Merge "Remove the static_physical datasource from the recommended 'types' list"

This commit is contained in:
Zuul 2018-01-31 12:46:31 +00:00 committed by Gerrit Code Review
commit 27e250bb63
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ or by configuring ``vitrage.conf``.
[datasources]
snapshots_interval = 300
# Names of supported plugins (list value)
types = nagios,zabbix,nova.host,nova.instance,nova.zone,static_physical,aodh,cinder.volume,neutron.network,neutron.port,heat.stack
types = zabbix,nova.host,nova.instance,nova.zone,static,aodh,cinder.volume,neutron.network,neutron.port,heat.stack
[zabbix]
url = http://<ip>/zabbix

View File

@ -86,7 +86,7 @@ Vitrage configuration
.. code::
[datasources]
types = zabbix,nova.host,nova.instance,nova.zone,static_physical,aodh,cinder.volume,neutron.network,neutron.port,heat.stack
types = zabbix,nova.host,nova.instance,nova.zone,static,aodh,cinder.volume,neutron.network,neutron.port,heat.stack
2. Add following section to ``/etc/vitrage/vitrage.conf``