Remove stable/newton as the specified branch for collectd-ceilometer-plugin so that master is the default branch for the example. Change-Id: Iadda90b748d4204c7cc69035bb48696617913388 Closes-Bug: #1676783
32 lines
733 B
Plaintext
32 lines
733 B
Plaintext
[[local|localrc]]
|
|
|
|
HOST_IP=<SINGLE NODE IP>
|
|
|
|
VERBOSE=True
|
|
FORCE=yes
|
|
|
|
MYSQL_PASSWORD=password
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
ADMIN_PASSWORD=password
|
|
SERVICE_PASSWORD=password
|
|
HORIZON_PASSWORD=password
|
|
SERVICE_TOKEN=tokentoken
|
|
|
|
disable_all_services
|
|
enable_service key
|
|
enable_service mysql
|
|
enable_service rabbit
|
|
enable_service dstat
|
|
|
|
enable_plugin ceilometer https://github.com/openstack/ceilometer master
|
|
# Ceilometer requires a backend, selected default is mysql.
|
|
# For more options refer to devstackGSG.rst
|
|
CEILOMETER_BACKEND=mysql
|
|
|
|
enable_plugin collectd-ceilometer https://github.com/openstack/collectd-ceilometer-plugin
|
|
|
|
COLLECTD_INSTALL=True
|
|
COLLECTD_CEILOMETER_VERBOSE=True
|
|
COLLECTD_CEILOMETER_ENABLED=True
|