diff --git a/metadata.rb b/metadata.rb index e2fb837..946163d 100644 --- a/metadata.rb +++ b/metadata.rb @@ -17,5 +17,5 @@ recipe 'openstack-metering::identity_registration', 'Registers the endpoints wit supports os end -depends 'openstack-common', '~> 8.0' +depends 'openstack-common', '~> 8.1' depends 'openstack-identity', '~> 8.0' diff --git a/spec/identity_registration_spec.rb b/spec/identity_registration_spec.rb index f820ff3..d78de68 100644 --- a/spec/identity_registration_spec.rb +++ b/spec/identity_registration_spec.rb @@ -34,9 +34,9 @@ describe 'openstack-metering::identity_registration' do bootstrap_token: 'bootstrap-token', service_type: 'metering', endpoint_region: 'RegionOne', - endpoint_adminurl: 'http://127.0.0.1:8777/v1', - endpoint_internalurl: 'http://127.0.0.1:8777/v1', - endpoint_publicurl: 'http://127.0.0.1:8777/v1', + endpoint_adminurl: 'http://127.0.0.1:8777', + endpoint_internalurl: 'http://127.0.0.1:8777', + endpoint_publicurl: 'http://127.0.0.1:8777', action: [:create_endpoint] ) end