identity: fix unit tests
Close #98 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
e72f1d3cf6
commit
d44bd4a7b4
@ -91,7 +91,7 @@ describe 'cloud::identity' do
|
||||
|
||||
it 'configure keystone server' do
|
||||
should contain_class('keystone').with(
|
||||
:enabled => false,
|
||||
:enabled => true,
|
||||
:admin_token => 'SECRETE',
|
||||
:compute_port => '8774',
|
||||
:debug => true,
|
||||
@ -118,15 +118,16 @@ describe 'cloud::identity' do
|
||||
)
|
||||
end
|
||||
|
||||
it 'configure apache to run keystone with wsgi' do
|
||||
should contain_class('keystone::wsgi::apache').with(
|
||||
:servername => 'keystone.openstack.org',
|
||||
:admin_port => '35357',
|
||||
:public_port => '5000',
|
||||
:workers => '2',
|
||||
:ssl => false
|
||||
)
|
||||
end
|
||||
# TODO(EmilienM) Disable WSGI - bug #98
|
||||
# it 'configure apache to run keystone with wsgi' do
|
||||
# should contain_class('keystone::wsgi::apache').with(
|
||||
# :servername => 'keystone.openstack.org',
|
||||
# :admin_port => '35357',
|
||||
# :public_port => '5000',
|
||||
# :workers => '2',
|
||||
# :ssl => false
|
||||
# )
|
||||
# end
|
||||
|
||||
it 'configure keystone endpoint' do
|
||||
should contain_class('keystone::endpoint').with(
|
||||
|
Loading…
x
Reference in New Issue
Block a user