606902c455
- Added deployment code for custom units enablement - Updated the DevStack documentation to provide instructions on how to enable this feature - Editted the collectd-ceilometer-plugin.conf file to enable the feature - Added a reno for this change Change-Id: Ia93da4abdf066ba677dcb3ee0e44388c06d97ff5
37 lines
768 B
Plaintext
37 lines
768 B
Plaintext
<LoadPlugin python>
|
|
Globals true
|
|
</LoadPlugin>
|
|
|
|
<Plugin python>
|
|
ModulePath "/opt/stack/collectd-ceilometer-plugin"
|
|
LogTraces true
|
|
Interactive false
|
|
Import "collectd_ceilometer.ceilometer.plugin"
|
|
|
|
<Module "collectd_ceilometer.ceilometer.plugin">
|
|
|
|
# Verbosity True|False
|
|
VERBOSE False
|
|
|
|
# Batch size
|
|
BATCH_SIZE "1"
|
|
|
|
# Service endpoint addresses
|
|
OS_AUTH_URL "<OS_AUTH_URL>"
|
|
|
|
# Ceilometer address
|
|
CEILOMETER_URL_TYPE "internalURL"
|
|
|
|
# Ceilometer timeout in ms
|
|
CEILOMETER_TIMEOUT "1000"
|
|
|
|
# # Ceilometer user creds
|
|
OS_USERNAME "ceilometer"
|
|
OS_PASSWORD "password"
|
|
OS_TENANT_NAME "service"
|
|
|
|
<UNITS>
|
|
</UNITS>
|
|
</Module>
|
|
</Plugin>
|