Merge "Allow octavia specific client config options"

This commit is contained in:
Zuul 2018-01-25 05:04:14 +00:00 committed by Gerrit Code Review
commit 2c0797b73e
1 changed files with 2 additions and 2 deletions

View File

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