From a56e1aaf4e48f36d9b1cf49425f757a9915f7ca3 Mon Sep 17 00:00:00 2001 From: rabi Date: Thu, 11 Jan 2018 11:04:34 +0530 Subject: [PATCH] Allow octavia specific client config options Allows for using specific endpoint_type for octavia service. This was missed in d0787393ce1ba073a317c3dccff8251068a707ac Change-Id: I9efc1ba306d11b40f7ca4d609a9282c64debdca3 Partial-Bug: #1737567 --- heat/common/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heat/common/config.py b/heat/common/config.py index f804c6a982..b09d1c5575 100644 --- a/heat/common/config.py +++ b/heat/common/config.py @@ -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