support-keystoneclient-option

Some users may want to create keystoneclient by specifying the
type of endpoint and region name, so we need to supply the option
for user to choose.

Implements: blueprint support-keystoneclient-option

Change-Id: I49b33a69ec99d2a91568ce27ef89dc80b75e7091
This commit is contained in:
chenke
2019-05-09 22:18:49 +08:00
committed by Matt Riedemann
parent 9922dec025
commit f131825690
5 changed files with 57 additions and 3 deletions

View File

@@ -32,7 +32,8 @@ class TestListOpts(base.TestCase):
'watcher_applier', 'watcher_datasources', 'watcher_planner',
'nova_client', 'glance_client', 'gnocchi_client', 'cinder_client',
'ceilometer_client', 'monasca_client', 'ironic_client',
'neutron_client', 'watcher_clients_auth', 'collector']
'keystone_client', 'neutron_client', 'watcher_clients_auth',
'collector']
self.opt_sections = list(dict(opts.list_opts()).keys())
def test_run_list_opts(self):