76ab001973
This tries to fix tempest gate issues Change-Id: I26b5e7da4e26224ce2a59e90d262e470b23bf980
17 lines
351 B
ReStructuredText
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``
|