Add support for Designate DNSaaS project

The cookbook for installing Designate is being developed at [1]
currently, it needs to be added to some base service definitions.

[1] https://github.com/cloudbau/cookbook-openstack-dns

Change-Id: I3407e698dd990661d280f25fc3de93aaa1477354
This commit is contained in:
Jens Harbott 2017-08-28 09:42:50 +00:00
parent ea0f371412
commit f3389a2b8b
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ default['openstack']['common']['services'] = {
'compute_cell0' => 'nova_cell0',
'dashboard' => 'horizon',
'database' => 'trove',
'dns' => 'designate',
'identity' => 'keystone',
'image' => 'glance',
'network' => 'neutron',

View File

@ -36,7 +36,7 @@ default['openstack']['endpoints']['mq']['port'] = '5672'
###################################################################
# Services to assign mq attributes for
###################################################################
services = %w(bare-metal block-storage compute database image
services = %w(bare-metal block-storage compute database dns image
identity telemetry network orchestration)
###################################################################