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 9a33c30bc1
1 changed files with 18 additions and 0 deletions

18
devstack/README.rst Normal file
View File

@ -0,0 +1,18 @@
=================================
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 <<EOF
[[local|localrc]]
enable_plugin app-catalog-ui https://github.com/openstack/app-catalog-ui
EOF
3. Run ``stack.sh``