Merge "Added the README.rst in devstack folder"

This commit is contained in:
Jenkins 2015-10-19 13:02:20 +00:00 committed by Gerrit Code Review
commit 61dc67d3db
1 changed files with 15 additions and 0 deletions

15
devstack/README.rst Normal file
View File

@ -0,0 +1,15 @@
===============================
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``.