Add: aodh support

Change-Id: Ifba4d1c4111b212f67a8a8850875b44fa4795dbb
Partial-Bug: #1779940
This commit is contained in:
Seb-Solon 2017-11-14 14:29:03 -05:00
parent 7740328325
commit 1b779aec83
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)
###################################################################