Files
aodh/devstack/README.rst
venkatamahesh 7bba3f7300 Added README.rst and corrected the rally repository
This patch added README file in devstack folder
and corrected the rally repository by changing from
stackforge to openstack

Change-Id: I40a61d0de26cc26464f65d21098c9aa93be4ad8b
2015-10-16 19:28:04 +05:30

16 lines
360 B
ReStructuredText

=========================
Enabling Aodh in DevStack
=========================
1. Download DevStack::
git clone https://git.openstack.org/openstack-dev/devstack.git
cd devstack
2. Add this repo as an external repository in ``local.conf`` file::
[[local|localrc]]
enable_plugin aodh https://git.openstack.org/openstack/aodh
3. Run ``stack.sh``.