
-remove Collectd_Ceilometer folder -remove Ceilometer specific unit tests -Remove mentions in devstack, doc, and etc folders -Substitute refereces of Ceilometer with Gnocchi/Aodh Closes-Bug: #1710855 Change-Id: I210ca8182c489c4f90a6521b1b7fd6f8a391e602 Signed-off-by: Elizabeth Burke <elizabeth.burke@intel.com>
38 lines
784 B
Plaintext
38 lines
784 B
Plaintext
<LoadPlugin python>
|
|
Globals true
|
|
</LoadPlugin>
|
|
|
|
<Plugin python>
|
|
ModulePath "/opt/stack/collectd-ceilometer"
|
|
LogTraces true
|
|
Interactive false
|
|
Import "collectd_ceilometer.aodh.plugin"
|
|
|
|
<Module "collectd_ceilometer.aodh.plugin">
|
|
|
|
# Verbosity True|False
|
|
VERBOSE False
|
|
|
|
# Service endpoint addresses
|
|
OS_AUTH_URL "<OS_AUTH_URL>"
|
|
|
|
# Plugin address
|
|
#CEILOMETER_URL_TYPE "internalURL"
|
|
|
|
# Plugin timeout in ms
|
|
#CEILOMETER_TIMEOUT "1000"
|
|
|
|
# # Plugin user creds
|
|
OS_USERNAME "aodh"
|
|
OS_PASSWORD "password"
|
|
OS_TENANT_NAME "service"
|
|
|
|
# Libvirt meter enabled
|
|
LIBVIRT_METER_ENABLED False
|
|
|
|
<ALARM_SEVERITIES>
|
|
</ALARM_SEVERITIES>
|
|
</Module>
|
|
</Plugin>
|
|
|