Skip to content

Instantly share code, notes, and snippets.

@fcharlier
Last active December 30, 2015 11:39
Show Gist options
  • Save fcharlier/7824128 to your computer and use it in GitHub Desktop.
Save fcharlier/7824128 to your computer and use it in GitHub Desktop.
puppet-keystone spec tests fail when using puppet 3.0.x after upgrading to rspec-puppet 1.0.1
Using rake (10.1.0)
Using diff-lcs (1.2.5)
Using facter (1.6.18)
Using hiera (1.0.0)
Using metaclass (0.0.1)
Using mocha (0.14.0)
Using puppet (3.0.2)
Using puppet-lint (0.3.2)
Using rspec-core (2.14.7)
Using rspec-expectations (2.14.4)
Using rspec-mocks (2.14.4)
Using rspec (2.14.1)
Using rspec-puppet (1.0.1)
Using puppetlabs_spec_helper (0.4.1)
Using bundler (1.3.5)
Your bundle is complete!
Use `bundle show [gemname]` to see where a bundled gem is installed.
HEAD is now at 1f1cffc Merge pull request #507 from blkperl/release-0-10-0
HEAD is now at f4c368e Merge pull request #115 from hundredacres/master
HEAD is now at 9b001af Merge pull request #186 from ghoneycutt/typos
HEAD is now at 11ab036 Merge pull request #225 from hunner/release_0.9.0
HEAD is now at 44c181e Merge branch 'fix/master/add_recursive_merge'
HEAD is now at a0b63eb Merge pull request #65 from shrug/master
HEAD is now at 1d416a6 Merge pull request #237 from apenney/travis
/home/naz/.rbenv/versions/1.9.3-p429/bin/ruby -S rspec spec/classes/keystone_client_spec.rb spec/classes/keystone_db_mysql_spec.rb spec/classes/keystone_db_postgresql_spec.rb spec/classes/keystone_endpoint_spec.rb spec/classes/keystone_ldap_spec.rb spec/classes/keystone_python_spec.rb spec/classes/keystone_roles_admin_spec.rb spec/classes/keystone_spec.rb spec/classes/keystone_wsgi_apache_spec.rb spec/unit/provider/keystone_endpoint/keystone_spec.rb spec/unit/provider/keystone_spec.rb spec/unit/provider/keystone_tenant/keystone_spec.rb spec/unit/provider/keystone_user/keystone_spec.rb spec/unit/type/keystone_endpoint_spec.rb --color
..FFFFFFFFF....F.............FFFFFFFFFFFFFFFFF.FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.FF.FF.FFFFFFFFFFF.FF.FF.F......................
Failures:
1) keystone::db::mysql
Failure/Error: it { should contain_class('mysql::python') }
Puppet::Error:
Unknown function is_array at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/db/mysql.pp:58 on node tapioca.ploup.net
# ./spec/classes/keystone_db_mysql_spec.rb:43:in `block (3 levels) in <top (required)>'
2) keystone::db::mysql
Failure/Error: )}
Puppet::Error:
Unknown function is_array at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/db/mysql.pp:58 on node tapioca.ploup.net
# ./spec/classes/keystone_db_mysql_spec.rb:51:in `block (3 levels) in <top (required)>'
3) keystone::db::mysql
Failure/Error: it { should contain_class('mysql::python') }
Puppet::Error:
Unknown function is_array at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/db/mysql.pp:58 on node tapioca.ploup.net
# ./spec/classes/keystone_db_mysql_spec.rb:43:in `block (3 levels) in <top (required)>'
4) keystone::db::mysql
Failure/Error: )}
Puppet::Error:
Unknown function is_array at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/db/mysql.pp:58 on node tapioca.ploup.net
# ./spec/classes/keystone_db_mysql_spec.rb:51:in `block (3 levels) in <top (required)>'
5) keystone::db::mysql overriding allowed_hosts param to array
Failure/Error: )}
Puppet::Error:
Unknown function is_array at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/db/mysql.pp:58 on node tapioca.ploup.net
# ./spec/classes/keystone_db_mysql_spec.rb:66:in `block (3 levels) in <top (required)>'
6) keystone::db::mysql overriding allowed_hosts param to array
Failure/Error: )}
Puppet::Error:
Unknown function is_array at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/db/mysql.pp:58 on node tapioca.ploup.net
# ./spec/classes/keystone_db_mysql_spec.rb:71:in `block (3 levels) in <top (required)>'
7) keystone::db::mysql overriding allowed_hosts param to string
Failure/Error: )}
Puppet::Error:
Unknown function is_array at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/db/mysql.pp:58 on node tapioca.ploup.net
# ./spec/classes/keystone_db_mysql_spec.rb:85:in `block (3 levels) in <top (required)>'
8) keystone::db::mysql overriding allowed_hosts param equals to host param
Failure/Error: )}
Puppet::Error:
Unknown function is_array at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/db/mysql.pp:58 on node tapioca.ploup.net
# ./spec/classes/keystone_db_mysql_spec.rb:100:in `block (3 levels) in <top (required)>'
9) keystone::db::postgresql with only required params
Failure/Error: ) }
Puppet::Error:
Unknown function pick at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/postgresql/manifests/params.pp:50 on node tapioca.ploup.net
# ./spec/classes/keystone_db_postgresql_spec.rb:23:in `block (3 levels) in <top (required)>'
10) keystone::ldap with default params should contain default params
Failure/Error: should contain_keystone_config('ldap/url').with_value('ldap://localhost')
Puppet::Error:
Could not autoload puppet/type/keystone_config: Could not autoload puppet/provider/keystone_config/ini_setting: undefined method `provider' for nil:NilClass on node tapioca.ploup.net
# ./spec/classes/keystone_ldap_spec.rb:9:in `block (3 levels) in <top (required)>'
11) keystone when specifying class parameters
Failure/Error: it { should contain_class('keystone::params') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:57:in `block (4 levels) in <top (required)>'
12) keystone when specifying class parameters
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:61:in `block (4 levels) in <top (required)>'
13) keystone when specifying class parameters
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:66:in `block (4 levels) in <top (required)>'
14) keystone when specifying class parameters
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:71:in `block (4 levels) in <top (required)>'
15) keystone when specifying class parameters should contain the expected directories
Failure/Error: )
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:81:in `block (5 levels) in <top (required)>'
# ./spec/classes/keystone_spec.rb:74:in `each'
# ./spec/classes/keystone_spec.rb:74:in `block (4 levels) in <top (required)>'
16) keystone when specifying class parameters
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:90:in `block (4 levels) in <top (required)>'
17) keystone when specifying class parameters should only migrate the db if $enabled is true
Failure/Error: )
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:99:in `block (4 levels) in <top (required)>'
18) keystone when specifying class parameters should contain correct config
Failure/Error: should contain_keystone_config("DEFAULT/#{config}").with_value(param_hash[config])
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:113:in `block (5 levels) in <top (required)>'
# ./spec/classes/keystone_spec.rb:105:in `each'
# ./spec/classes/keystone_spec.rb:105:in `block (4 levels) in <top (required)>'
19) keystone when specifying class parameters should contain correct mysql config
Failure/Error: should contain_keystone_config('sql/idle_timeout').with_value(param_hash['idle_timeout'])
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:118:in `block (4 levels) in <top (required)>'
20) keystone when specifying class parameters
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:124:in `block (4 levels) in <top (required)>'
21) keystone when specifying class parameters should contain correct token driver
Failure/Error: should contain_keystone_config('token/driver').with_value(param_hash['token_driver'])
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:127:in `block (4 levels) in <top (required)>'
22) keystone when specifying class parameters
Failure/Error: it { should contain_class('keystone::params') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:57:in `block (4 levels) in <top (required)>'
23) keystone when specifying class parameters
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:61:in `block (4 levels) in <top (required)>'
24) keystone when specifying class parameters
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:66:in `block (4 levels) in <top (required)>'
25) keystone when specifying class parameters
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:71:in `block (4 levels) in <top (required)>'
26) keystone when specifying class parameters should contain the expected directories
Failure/Error: )
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:81:in `block (5 levels) in <top (required)>'
# ./spec/classes/keystone_spec.rb:74:in `each'
# ./spec/classes/keystone_spec.rb:74:in `block (4 levels) in <top (required)>'
27) keystone when specifying class parameters
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:90:in `block (4 levels) in <top (required)>'
28) keystone when specifying class parameters should contain correct config
Failure/Error: should contain_keystone_config("DEFAULT/#{config}").with_value(param_hash[config])
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:113:in `block (5 levels) in <top (required)>'
# ./spec/classes/keystone_spec.rb:105:in `each'
# ./spec/classes/keystone_spec.rb:105:in `block (4 levels) in <top (required)>'
29) keystone when specifying class parameters should contain correct mysql config
Failure/Error: should contain_keystone_config('sql/idle_timeout').with_value(param_hash['idle_timeout'])
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:118:in `block (4 levels) in <top (required)>'
30) keystone when specifying class parameters
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:124:in `block (4 levels) in <top (required)>'
31) keystone when specifying class parameters should contain correct token driver
Failure/Error: should contain_keystone_config('token/driver').with_value(param_hash['token_driver'])
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:127:in `block (4 levels) in <top (required)>'
32) keystone when configuring signing token format when configuring as UUID
Failure/Error: it { should_not contain_exec('keystone-manage pki_setup') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:139:in `block (4 levels) in <top (required)>'
33) keystone when configuring signing token format when configuring as PKI
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:150:in `block (4 levels) in <top (required)>'
34) keystone when configuring signing token format when configuring as PKI
Failure/Error: it { should contain_file('/var/cache/keystone').with_ensure('directory') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:151:in `block (4 levels) in <top (required)>'
35) keystone when configuring signing token format when configuring as PKI when overriding the cache dir
Failure/Error: it { should contain_file('/var/lib/cache/keystone') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:160:in `block (5 levels) in <top (required)>'
36) keystone when configuring signing token format when configuring deprecated token_format as UUID
Failure/Error: it { should_not contain_exec('keystone-manage pki_setup') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:171:in `block (4 levels) in <top (required)>'
37) keystone when configuring signing token format when configuring deprecated token_format as PKI
Failure/Error: ) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:183:in `block (4 levels) in <top (required)>'
38) keystone when configuring signing token format when configuring deprecated token_format as PKI
Failure/Error: it { should contain_file('/var/cache/keystone').with_ensure('directory') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:184:in `block (4 levels) in <top (required)>'
39) keystone when configuring signing token format when configuring deprecated token_format as PKI when overriding the cache dir
Failure/Error: it { should contain_file('/var/lib/cache/keystone') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:193:in `block (5 levels) in <top (required)>'
40) keystone configure memcache servers if set
Failure/Error: it { should contain_keystone_config("memcache/servers").with_value('SERVER1:11211,SERVER2:11211') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:208:in `block (3 levels) in <top (required)>'
41) keystone do not configure memcache servers when not set
Failure/Error: it { should contain_keystone_config("memcache/servers").with_ensure('absent') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:216:in `block (3 levels) in <top (required)>'
42) keystone raise error if memcache_servers is not an array should raise Puppet::Error with message matching /is not an Array/
Failure/Error: it { expect { should contain_class('keystone::params') }.to \
expected Puppet::Error with message matching /is not an Array/, got #<Puppet::Error: Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net> with backtrace:
# ./spec/classes/keystone_spec.rb:227:in `block (4 levels) in <top (required)>'
# ./spec/classes/keystone_spec.rb:227:in `block (3 levels) in <top (required)>'
# ./spec/classes/keystone_spec.rb:227:in `block (3 levels) in <top (required)>'
43) keystone with syslog disabled by default
Failure/Error: it { should contain_keystone_config('DEFAULT/use_syslog').with_value(false) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:236:in `block (3 levels) in <top (required)>'
44) keystone with syslog disabled by default
Failure/Error: it { should_not contain_keystone_config('DEFAULT/syslog_log_facility') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:237:in `block (3 levels) in <top (required)>'
45) keystone with syslog enabled
Failure/Error: it { should contain_keystone_config('DEFAULT/use_syslog').with_value(true) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:247:in `block (3 levels) in <top (required)>'
46) keystone with syslog enabled
Failure/Error: it { should contain_keystone_config('DEFAULT/syslog_log_facility').with_value('LOG_USER') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:248:in `block (3 levels) in <top (required)>'
47) keystone with syslog enabled and custom settings
Failure/Error: it { should contain_keystone_config('DEFAULT/use_syslog').with_value(true) }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:259:in `block (3 levels) in <top (required)>'
48) keystone with syslog enabled and custom settings
Failure/Error: it { should contain_keystone_config('DEFAULT/syslog_log_facility').with_value('LOG_LOCAL0') }
Puppet::Error:
Unknown function validate_re at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/keystone/manifests/init.pp:79 on node tapioca.ploup.net
# ./spec/classes/keystone_spec.rb:260:in `block (3 levels) in <top (required)>'
49) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi
Failure/Error: it { should contain_service('httpd').with_name(platform_parameters[:httpd_service_name]) }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:19:in `block (3 levels) in <top (required)>'
50) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi
Failure/Error: it { should contain_class('keystone::params') }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:20:in `block (3 levels) in <top (required)>'
51) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi
Failure/Error: it { should contain_class('apache') }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:21:in `block (3 levels) in <top (required)>'
52) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi
Failure/Error: it { should contain_class('apache::mod::wsgi') }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:22:in `block (3 levels) in <top (required)>'
53) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi
Failure/Error: it { should contain_class('keystone::db::sync') }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:23:in `block (3 levels) in <top (required)>'
54) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi with default parameters
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:32:in `block (4 levels) in <top (required)>'
55) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi with default parameters
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:42:in `block (4 levels) in <top (required)>'
56) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi with default parameters
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:52:in `block (4 levels) in <top (required)>'
57) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi with default parameters
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:64:in `block (4 levels) in <top (required)>'
58) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi with default parameters
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:77:in `block (4 levels) in <top (required)>'
59) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi when overriding parameters using different ports
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:106:in `block (4 levels) in <top (required)>'
60) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi when overriding parameters using different ports
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:119:in `block (4 levels) in <top (required)>'
61) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port
Failure/Error: it { should_not contain_apache__vhost('keystone_wsgi_admin') }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:140:in `block (4 levels) in <top (required)>'
62) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:197
# ./spec/classes/keystone_wsgi_apache_spec.rb:156:in `block (4 levels) in <top (required)>'
63) keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port and same path raises a Puppet::Error with message matching /When using the same port for public & private endpoints, public_path and admin_path should be different\./
Failure/Error: expect { should have_class_count(1) }.to raise_error(Puppet::Error, description)
expected Puppet::Error with message matching /When using the same port for public & private endpoints, public_path and admin_path should be different\./, got #<Puppet::Error: Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net> with backtrace:
# ./spec/shared_examples.rb:3:in `block (3 levels) in <top (required)>'
# ./spec/shared_examples.rb:3:in `block (2 levels) in <top (required)>'
Shared Example Group: "a Puppet::Error" called from ./spec/classes/keystone_wsgi_apache_spec.rb:177
# ./spec/shared_examples.rb:3:in `block (2 levels) in <top (required)>'
64) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi
Failure/Error: it { should contain_service('httpd').with_name(platform_parameters[:httpd_service_name]) }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:19:in `block (3 levels) in <top (required)>'
65) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi
Failure/Error: it { should contain_class('keystone::params') }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:20:in `block (3 levels) in <top (required)>'
66) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi
Failure/Error: it { should contain_class('apache') }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:21:in `block (3 levels) in <top (required)>'
67) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi
Failure/Error: it { should contain_class('apache::mod::wsgi') }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:22:in `block (3 levels) in <top (required)>'
68) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi
Failure/Error: it { should contain_class('keystone::db::sync') }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:23:in `block (3 levels) in <top (required)>'
69) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi with default parameters
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:32:in `block (4 levels) in <top (required)>'
70) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi with default parameters
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:42:in `block (4 levels) in <top (required)>'
71) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi with default parameters
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:52:in `block (4 levels) in <top (required)>'
72) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi with default parameters
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:64:in `block (4 levels) in <top (required)>'
73) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi with default parameters
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:77:in `block (4 levels) in <top (required)>'
74) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi when overriding parameters using different ports
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:106:in `block (4 levels) in <top (required)>'
75) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi when overriding parameters using different ports
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:119:in `block (4 levels) in <top (required)>'
76) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port
Failure/Error: it { should_not contain_apache__vhost('keystone_wsgi_admin') }
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:140:in `block (4 levels) in <top (required)>'
77) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port
Failure/Error: )}
Puppet::Error:
Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net
Shared Example Group: "apache serving keystone with mod_wsgi" called from ./spec/classes/keystone_wsgi_apache_spec.rb:217
# ./spec/classes/keystone_wsgi_apache_spec.rb:156:in `block (4 levels) in <top (required)>'
78) keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port and same path raises a Puppet::Error with message matching /When using the same port for public & private endpoints, public_path and admin_path should be different\./
Failure/Error: expect { should have_class_count(1) }.to raise_error(Puppet::Error, description)
expected Puppet::Error with message matching /When using the same port for public & private endpoints, public_path and admin_path should be different\./, got #<Puppet::Error: Unknown function validate_bool at /home/naz/eNovance/git/PuppetModules/puppet-keystone/spec/fixtures/modules/apache/manifests/init.pp:61 on node tapioca.ploup.net> with backtrace:
# ./spec/shared_examples.rb:3:in `block (3 levels) in <top (required)>'
# ./spec/shared_examples.rb:3:in `block (2 levels) in <top (required)>'
Shared Example Group: "a Puppet::Error" called from ./spec/classes/keystone_wsgi_apache_spec.rb:177
# ./spec/shared_examples.rb:3:in `block (2 levels) in <top (required)>'
Finished in 7.18 seconds
126 examples, 78 failures
Failed examples:
rspec ./spec/classes/keystone_db_mysql_spec.rb:43 # keystone::db::mysql
rspec ./spec/classes/keystone_db_mysql_spec.rb:45 # keystone::db::mysql
rspec ./spec/classes/keystone_db_mysql_spec.rb:43 # keystone::db::mysql
rspec ./spec/classes/keystone_db_mysql_spec.rb:45 # keystone::db::mysql
rspec ./spec/classes/keystone_db_mysql_spec.rb:62 # keystone::db::mysql overriding allowed_hosts param to array
rspec ./spec/classes/keystone_db_mysql_spec.rb:67 # keystone::db::mysql overriding allowed_hosts param to array
rspec ./spec/classes/keystone_db_mysql_spec.rb:81 # keystone::db::mysql overriding allowed_hosts param to string
rspec ./spec/classes/keystone_db_mysql_spec.rb:96 # keystone::db::mysql overriding allowed_hosts param equals to host param
rspec ./spec/classes/keystone_db_postgresql_spec.rb:20 # keystone::db::postgresql with only required params
rspec ./spec/classes/keystone_ldap_spec.rb:7 # keystone::ldap with default params should contain default params
rspec ./spec/classes/keystone_spec.rb:57 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:59 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:63 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:67 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:73 # keystone when specifying class parameters should contain the expected directories
rspec ./spec/classes/keystone_spec.rb:85 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:92 # keystone when specifying class parameters should only migrate the db if $enabled is true
rspec ./spec/classes/keystone_spec.rb:103 # keystone when specifying class parameters should contain correct config
rspec ./spec/classes/keystone_spec.rb:117 # keystone when specifying class parameters should contain correct mysql config
rspec ./spec/classes/keystone_spec.rb:122 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:126 # keystone when specifying class parameters should contain correct token driver
rspec ./spec/classes/keystone_spec.rb:57 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:59 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:63 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:67 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:73 # keystone when specifying class parameters should contain the expected directories
rspec ./spec/classes/keystone_spec.rb:85 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:103 # keystone when specifying class parameters should contain correct config
rspec ./spec/classes/keystone_spec.rb:117 # keystone when specifying class parameters should contain correct mysql config
rspec ./spec/classes/keystone_spec.rb:122 # keystone when specifying class parameters
rspec ./spec/classes/keystone_spec.rb:126 # keystone when specifying class parameters should contain correct token driver
rspec ./spec/classes/keystone_spec.rb:139 # keystone when configuring signing token format when configuring as UUID
rspec ./spec/classes/keystone_spec.rb:148 # keystone when configuring signing token format when configuring as PKI
rspec ./spec/classes/keystone_spec.rb:151 # keystone when configuring signing token format when configuring as PKI
rspec ./spec/classes/keystone_spec.rb:160 # keystone when configuring signing token format when configuring as PKI when overriding the cache dir
rspec ./spec/classes/keystone_spec.rb:171 # keystone when configuring signing token format when configuring deprecated token_format as UUID
rspec ./spec/classes/keystone_spec.rb:181 # keystone when configuring signing token format when configuring deprecated token_format as PKI
rspec ./spec/classes/keystone_spec.rb:184 # keystone when configuring signing token format when configuring deprecated token_format as PKI
rspec ./spec/classes/keystone_spec.rb:193 # keystone when configuring signing token format when configuring deprecated token_format as PKI when overriding the cache dir
rspec ./spec/classes/keystone_spec.rb:208 # keystone configure memcache servers if set
rspec ./spec/classes/keystone_spec.rb:216 # keystone do not configure memcache servers when not set
rspec ./spec/classes/keystone_spec.rb:227 # keystone raise error if memcache_servers is not an array should raise Puppet::Error with message matching /is not an Array/
rspec ./spec/classes/keystone_spec.rb:236 # keystone with syslog disabled by default
rspec ./spec/classes/keystone_spec.rb:237 # keystone with syslog disabled by default
rspec ./spec/classes/keystone_spec.rb:247 # keystone with syslog enabled
rspec ./spec/classes/keystone_spec.rb:248 # keystone with syslog enabled
rspec ./spec/classes/keystone_spec.rb:259 # keystone with syslog enabled and custom settings
rspec ./spec/classes/keystone_spec.rb:260 # keystone with syslog enabled and custom settings
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:19 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:20 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:21 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:22 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:23 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:27 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi with default parameters
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:34 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi with default parameters
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:44 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi with default parameters
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:54 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi with default parameters
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:66 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi with default parameters
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:96 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi when overriding parameters using different ports
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:108 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi when overriding parameters using different ports
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:140 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:142 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port
rspec ./spec/shared_examples.rb:2 # keystone::wsgi::apache on RedHat platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port and same path raises a Puppet::Error with message matching /When using the same port for public & private endpoints, public_path and admin_path should be different\./
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:19 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:20 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:21 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:22 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:23 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:27 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi with default parameters
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:34 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi with default parameters
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:44 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi with default parameters
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:54 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi with default parameters
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:66 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi with default parameters
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:96 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi when overriding parameters using different ports
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:108 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi when overriding parameters using different ports
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:140 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port
rspec ./spec/classes/keystone_wsgi_apache_spec.rb:142 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port
rspec ./spec/shared_examples.rb:2 # keystone::wsgi::apache on Debian platforms configures apache serving keystone with mod_wsgi when overriding parameters using same port and same path raises a Puppet::Error with message matching /When using the same port for public & private endpoints, public_path and admin_path should be different\./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment