And don't forget to update the tests !

This commit is contained in:
François Charlier
2012-12-18 17:25:05 +01:00
parent 51dc02d145
commit ab7f830524

View File

@@ -26,9 +26,9 @@ describe 'glance::keystone::auth' do
it { should contain_keystone_endpoint('RegionOne/glance').with(
:ensure => 'present',
:public_url => 'http://127.0.0.1:9292/v1',
:admin_url => 'http://127.0.0.1:9292/v1',
:internal_url => 'http://127.0.0.1:9292/v1'
:public_url => 'http://127.0.0.1:9292',
:admin_url => 'http://127.0.0.1:9292',
:internal_url => 'http://127.0.0.1:9292'
)}
end
@@ -76,9 +76,9 @@ describe 'glance::keystone::auth' do
it { should contain_keystone_endpoint('RegionTwo/glance').with(
:ensure => 'present',
:public_url => 'http://10.0.0.1:9393/v1',
:admin_url => 'http://10.0.0.2:9393/v1',
:internal_url => 'http://10.0.0.3:9393/v1'
:public_url => 'http://10.0.0.1:9393',
:admin_url => 'http://10.0.0.2:9393',
:internal_url => 'http://10.0.0.3:9393'
)}
end