Merge "Add: aodh support"

This commit is contained in:
Zuul 2018-07-20 19:49:51 +00:00 committed by Gerrit Code Review
commit cac64d6281
2 changed files with 2 additions and 1 deletions

View File

@ -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',

View File

@ -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)
###################################################################