Add Gnocchi datasource

This patch set adds Gnocchi datasource support

Implements: blueprint gnocchi-watcher

Change-Id: I41653149435fd355548071de855586004371c4fc
This commit is contained in:
Alexander Chadin
2017-02-27 17:48:56 +03:00
parent dddbb63633
commit 0b213a8734
9 changed files with 254 additions and 3 deletions

View File

@@ -30,8 +30,9 @@ class TestListOpts(base.TestCase):
self.base_sections = [
'DEFAULT', 'api', 'database', 'watcher_decision_engine',
'watcher_applier', 'watcher_planner', 'nova_client',
'glance_client', 'cinder_client', 'ceilometer_client',
'monasca_client', 'neutron_client', 'watcher_clients_auth']
'glance_client', 'gnocchi_client', 'cinder_client',
'ceilometer_client', 'monasca_client',
'neutron_client', 'watcher_clients_auth']
self.opt_sections = list(dict(opts.list_opts()).keys())
def test_run_list_opts(self):