Add readme for devstack

Make it easier for folks to enable within devstack.

Change-Id: I1e2d46cebbcd3c1a0995523c2815dd0829ef954e
This commit is contained in:
Mark Vanderwiel 2016-01-25 13:25:54 -06:00
parent 58ee5865ba
commit cec2612d16
1 changed files with 17 additions and 0 deletions

17
devstack/README.rst Normal file
View File

@ -0,0 +1,17 @@
=================================
Enabling App Catalog in Devstack
=================================
1. Download DevStack::
> git clone https://git.openstack.org/openstack-dev/devstack
> cd devstack
2. Add this repo as an external plugin repository::
> cat local.conf
[[local|localrc]]
enable_plugin app-catalog-ui https://github.com/openstack/app-catalog-ui
3. Run ``stack.sh``