ceilometer/devstack
liusheng af7c046e7d Correct the configuration of pipeline_processing_queues in devstack
The [notification] section was missed in the configuration of devstack script.

Change-Id: If955fad4d5c1ceede8a24cd135c6c7b3195be3cf
Closes-Bug: #1678380
2017-04-01 14:39:22 +08:00
..
files/rpms Create a devstack plugin for ceilometer 2015-06-29 09:38:53 +00:00
upgrade Remove deprecated ceilometer-dbsync 2016-10-21 12:36:16 +02:00
README.rst document how to enable ceilometer stable branch in devstack 2016-04-19 06:30:25 +08:00
apache-ceilometer.template Create a devstack plugin for ceilometer 2015-06-29 09:38:53 +00:00
plugin.sh Correct the configuration of pipeline_processing_queues in devstack 2017-04-01 14:39:22 +08:00
settings Deprecate collector 2017-02-09 10:24:43 +08:00

README.rst

Enabling Ceilometer in DevStack

  1. Download Devstack:

    git clone https://git.openstack.org/openstack-dev/devstack
    cd devstack
  2. Add this repo as an external repository in local.conf file:

    [[local|localrc]]
    enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer

    To use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:

    enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer stable/mitaka

    There are some options, such as CEILOMETER_BACKEND, defined in ceilometer/devstack/settings, they can be used to configure the installation of Ceilometer. If you don't want to use their default value, you can set a new one in local.conf.

  3. Run stack.sh.