Merge pull request #2 from ideaship/attributes

Rename attributes to dns-api
This commit is contained in:
Jens Harbott 2017-09-01 15:10:02 +02:00 committed by GitHub
commit 298f101058
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