Added the README.rst in devstack folder

Change-Id: I633f06c54a22403996adf6431be9cd714cce1b51
This commit is contained in:
venkatamahesh 2015-10-17 07:22:43 +05:30
parent 1768d8defb
commit c536305d35
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``.