5def6f9975
- Updated devstackGSG.rst to set CEILOMETER_BACKEND - Added CEILOMETER_BACKEND to local.conf.minimal - Added a reno for this bug fix Change-Id: Ibbf606021a1f0dcc0db6c586e092b03df423a7a5 Closes-Bug: #1655611
31 lines
714 B
Plaintext
31 lines
714 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 stable/newton
|
|
|
|
COLLECTD_INSTALL=True
|
|
COLLECTD_CEILOMETER_VERBOSE=True
|