mogan/devstack/README.rst
Zhenguo Niu 76ab001973 Rename repo name to mogan in devstack
This tries to fix tempest gate issues

Change-Id: I26b5e7da4e26224ce2a59e90d262e470b23bf980
2017-01-13 12:01:43 +08:00

17 lines
351 B
ReStructuredText

====================
Enabling 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::
> cat local.conf
[[local|localrc]]
enable_plugin mogan https://git.openstack.org/openstack/mogan
3. run ``stack.sh``