From 9d1c90421a6406554cd47d7c08d0253b92ede3da Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Fri, 1 Sep 2017 13:33:10 +0200 Subject: [PATCH] Rename attributes to dns-api Rename some attributes from designate-api to dns-api because that is what the identity_registration recipe expects. --- attributes/default.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/attributes/default.rb b/attributes/default.rb index 967c090..57bda11 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -20,14 +20,14 @@ # %w(public internal).each do |ep_type| - # openstack designate-api service endpoints (used by users and services) - default['openstack']['endpoints'][ep_type]['designate-api']['host'] = '127.0.0.1' - default['openstack']['endpoints'][ep_type]['designate-api']['scheme'] = 'http' - default['openstack']['endpoints'][ep_type]['designate-api']['path'] = '/v1/%(tenant_id)s' - default['openstack']['endpoints'][ep_type]['designate-api']['port'] = 9001 + # openstack dns-api service endpoints (used by users and services) + default['openstack']['endpoints'][ep_type]['dns-api']['host'] = '127.0.0.1' + default['openstack']['endpoints'][ep_type]['dns-api']['scheme'] = 'http' + default['openstack']['endpoints'][ep_type]['dns-api']['path'] = '/v1/%(tenant_id)s' + default['openstack']['endpoints'][ep_type]['dns-api']['port'] = 9001 end -default['openstack']['bind_service']['all']['designate-api']['host'] = '127.0.0.1' -default['openstack']['bind_service']['all']['designate-api']['port'] = 9001 +default['openstack']['bind_service']['all']['dns-api']['host'] = '127.0.0.1' +default['openstack']['bind_service']['all']['dns-api']['port'] = 9001 # Set to some text value if you want templated config files # to contain a custom banner at the top of the written file