Merge "support-keystoneclient-option"

This commit is contained in:
Zuul
2019-05-25 07:01:10 +00:00
committed by Gerrit Code Review
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):