diff --git a/attributes/default.rb b/attributes/default.rb index 4f21129a..426b32a3 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -38,6 +38,7 @@ default['openstack']['common']['services'] = { 'compute_cell0' => 'nova_cell0', 'dashboard' => 'horizon', 'database' => 'trove', + 'dns' => 'designate', 'identity' => 'keystone', 'image' => 'glance', 'network' => 'neutron', diff --git a/attributes/messaging.rb b/attributes/messaging.rb index 9e14242f..13160ede 100644 --- a/attributes/messaging.rb +++ b/attributes/messaging.rb @@ -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) ###################################################################