fix endpoints in spec after they were changed in -common

Change-Id: I9a0926581337fdd2e29bb67a02777f74ed93c3a8
This commit is contained in:
Ionuț Arțăriși 2014-06-30 13:05:40 +02:00
parent 7195e30f65
commit a280282653
1 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,9 @@ describe 'openstack-database::identity_registration' do
bootstrap_token: 'bootstrap-token',
service_type: 'database',
endpoint_region: 'RegionOne',
endpoint_adminurl: 'http://127.0.0.1:8779/v1.0',
endpoint_internalurl: 'http://127.0.0.1:8779/v1.0',
endpoint_publicurl: 'http://127.0.0.1:8779/v1.0'
endpoint_adminurl: 'http://127.0.0.1:8779/v1.0/%(tenant_id)s',
endpoint_internalurl: 'http://127.0.0.1:8779/v1.0/%(tenant_id)s',
endpoint_publicurl: 'http://127.0.0.1:8779/v1.0/%(tenant_id)s'
)
end
end