Adds monasca client plugin config support in heat.conf

In newton, support for Monasca resource plugins is
enabled. For the same, clients_monasca section
is enabled in heat.conf

Change-Id: I964023c87ddc58719f296503afa44e0ba6901791
This commit is contained in:
Kanagaraj Manickam 2016-06-09 11:56:30 +05:30 committed by huangtianhua
parent f1c7b6d979
commit dd272a2864
1 changed files with 2 additions and 2 deletions

View File

@ -382,8 +382,8 @@ def list_opts():
for client in ('barbican', 'ceilometer', 'cinder', 'designate', 'glance', for client in ('barbican', 'ceilometer', 'cinder', 'designate', 'glance',
'heat', 'keystone', 'magnum', 'manila', 'mistral', 'heat', 'keystone', 'magnum', 'manila', 'mistral',
'neutron', 'nova', 'sahara', 'senlin', 'swift', 'trove', 'monasca', 'neutron', 'nova', 'sahara', 'senlin', 'swift',
'zaqar' 'trove', 'zaqar'
): ):
client_specific_group = 'clients_' + client client_specific_group = 'clients_' + client
yield client_specific_group, clients_opts yield client_specific_group, clients_opts