Change keystone v2.0 url to v3
Change-Id: I91decea5388afce37b276c63ae3cb43cae768070
This commit is contained in:
parent
532ab0ec88
commit
ac9a56e841
@ -285,12 +285,12 @@ describe 'heat' do
|
|||||||
shared_examples_for 'with ec2authtoken auth uri set' do
|
shared_examples_for 'with ec2authtoken auth uri set' do
|
||||||
before do
|
before do
|
||||||
params.merge!(
|
params.merge!(
|
||||||
:keystone_ec2_uri => 'http://1.2.3.4:5000/v2.0/ec2tokens'
|
:keystone_ec2_uri => 'http://1.2.3.4:5000/v3/ec2tokens'
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
it do
|
it do
|
||||||
is_expected.to contain_heat_config('ec2authtoken/auth_uri').with_value('http://1.2.3.4:5000/v2.0/ec2tokens')
|
is_expected.to contain_heat_config('ec2authtoken/auth_uri').with_value('http://1.2.3.4:5000/v3/ec2tokens')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user