Implement the configuration for Grafana datasource
This implements the configuration parameters to implement Grafana as a datasource including the influxdb translator Change-Id: If1f27dc01e853c5b24bdb21f1e810f64eaee2e5c Partially-implements: blueprint grafana-proxy-datasource
This commit is contained in:
@@ -30,10 +30,11 @@ class TestListOpts(base.TestCase):
|
||||
self.base_sections = [
|
||||
'DEFAULT', 'api', 'database', 'watcher_decision_engine',
|
||||
'watcher_applier', 'watcher_datasources', 'watcher_planner',
|
||||
'nova_client', 'glance_client', 'gnocchi_client', 'cinder_client',
|
||||
'ceilometer_client', 'monasca_client', 'ironic_client',
|
||||
'keystone_client', 'neutron_client', 'watcher_clients_auth',
|
||||
'collector', 'placement_client']
|
||||
'nova_client', 'glance_client', 'gnocchi_client', 'grafana_client',
|
||||
'grafana_translators', 'cinder_client', 'ceilometer_client',
|
||||
'monasca_client', 'ironic_client', 'keystone_client',
|
||||
'neutron_client', 'watcher_clients_auth', 'collector',
|
||||
'placement_client']
|
||||
self.opt_sections = list(dict(opts.list_opts()).keys())
|
||||
|
||||
def test_run_list_opts(self):
|
||||
|
||||
Reference in New Issue
Block a user