c8c6c670ad
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 |
||
---|---|---|
.. | ||
files/rpms | ||
upgrade | ||
apache-ceilometer.template | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Ceilometer in DevStack
Download Devstack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstack
Add this repo as an external repository in
local.conf
file:[[local|localrc]] enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer
Run
stack.sh
.