Updates for pike and chef13

This commit is contained in:
Jens Harbott 2018-02-06 15:26:28 +00:00
parent f5ba64c51d
commit 160c018fd9
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ source_url 'https://github.com/cloudbau/cookbook-openstack-dns' if respond_to?(:
license 'Apache 2.0'
description 'Installs and configures the Designate Service'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.0'
version '1.0.0'
%w(ubuntu redhat centos).each do |os|
supports os

View File

@ -78,7 +78,7 @@ auth_url = auth_uri_transform identity_endpoint.to_s, node['openstack']['dns']['
# define attributes that are needed in designate.conf
node.default['openstack']['dns']['conf'].tap do |conf|
conf['service:api']['api_host'] = bind_address api_bind
conf['service:api']['api_port'] = api_bind.port
conf['service:api']['api_port'] = api_bind['port']
conf['keystone_authtoken']['auth_uri'] = public_identity_endpoint
conf['keystone_authtoken']['auth_url'] = auth_url
end

View File

@ -70,6 +70,7 @@ end
# Register DNS Internal-Endpoint
openstack_endpoint service_type do
service_name service_name
interface 'internal'
url internal_designate_endpoint.to_s
region region
connection_params connection_params