Allow octavia specific client config options

Allows for using specific endpoint_type for octavia service.
This was missed in d0787393ce

Change-Id: I9efc1ba306d11b40f7ca4d609a9282c64debdca3
Partial-Bug: #1737567
This commit is contained in:
rabi 2018-01-11 11:04:34 +05:30
parent b4dcff7f8a
commit a56e1aaf4e
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