diff --git a/attributes/default.rb b/attributes/default.rb index 35daf12e..22dd66ef 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -32,6 +32,7 @@ default['openstack']['common']['custom_template_banner'] = ' # OpenStack services and their project names default['openstack']['common']['services'] = { + 'aodh' => 'aodh', 'bare-metal' => 'ironic', 'block-storage' => 'cinder', 'compute' => 'nova', diff --git a/attributes/messaging.rb b/attributes/messaging.rb index c0e3953d..1e1ba84a 100644 --- a/attributes/messaging.rb +++ b/attributes/messaging.rb @@ -34,7 +34,7 @@ default['openstack']['bind_service']['mq']['interface'] = nil ################################################################### # Services to assign mq attributes for ################################################################### -services = %w(bare-metal block-storage compute database dns image +services = %w(aodh bare-metal block-storage compute database dns image identity telemetry network orchestration) ###################################################################