Fix endpoint path

According to the documentation [1], the endpoint for designate/dns
contains neither a version nor a tenant_id. The default value ('') is
correct.

[1] https://docs.openstack.org/project-install-guide/dns/ocata/install-ubuntu.html
This commit is contained in:
Roger Luethi 2017-09-04 11:03:53 +02:00
parent 298f101058
commit f01d5d0060
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
# 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']['dns-api']['host'] = '127.0.0.1'