And don't forget to update the tests !
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user