Rename attributes to dns-api

Rename some attributes from designate-api to dns-api because that is
what the identity_registration recipe expects.
This commit is contained in:
Roger Luethi 2017-09-01 13:33:10 +02:00
parent f6f7f5f10f
commit 9d1c90421a
1 changed files with 7 additions and 7 deletions

View File

@ -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