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
This commit is contained in:
parent
d9b055298f
commit
7bba3f7300
15
devstack/README.rst
Normal file
15
devstack/README.rst
Normal file
@ -0,0 +1,15 @@
|
||||
=========================
|
||||
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``.
|
@ -52,4 +52,4 @@ Configuring devstack
|
||||
The first group of daemons are necessary for core aodh functionality:
|
||||
polling, event listening, and data collection.
|
||||
|
||||
.. _devstack: http://www.devstack.org/
|
||||
.. _devstack: http://docs.openstack.org/developer/devstack
|
||||
|
@ -22,8 +22,8 @@ Useful links
|
||||
|
||||
* More about Rally: https://rally.readthedocs.org/en/latest/
|
||||
|
||||
* How to add rally-gates: https://rally.readthedocs.org/en/latest/rally_gatejob.html
|
||||
* How to add rally-gates: https://rally.readthedocs.org/en/latest/gates.html
|
||||
|
||||
* About plugins: https://rally.readthedocs.org/en/latest/plugins.html
|
||||
|
||||
* Plugin samples: https://github.com/stackforge/rally/tree/master/doc/samples/plugins
|
||||
* Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins
|
||||
|
Loading…
Reference in New Issue
Block a user