jizilian c8c6c670ad Fix the typos in the source code
Scan the source code and filter some results. Fix the typos in
the source code. Will deliver remaining results in other patches.

ceilometer/event/trait_plugins.py
Line 169: s/it's/its

/ceilometer/publisher/kafka_broker.py
Line 58: s/this option is/options are
Line 60: s/with with/with

devstack/plugin.sh
Line 400: s/the the/the

doc/source/install/manual.rst
Line 557: s/seperately/separately
Line 567: s/requirments/requirements

Change-Id: Ia4577724977ec255ad426c7c9647ac26d0280f24
2015-12-22 21:54:15 -05:00
..
2015-11-24 13:44:58 +01:00
2015-12-22 21:54:15 -05:00

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
  3. Run stack.sh.