7ab4cff418
Change-Id: I45736f20848bb2bb37ecae4fbb272185c8cf553c
17 lines
353 B
ReStructuredText
17 lines
353 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 nimble https://git.openstack.org/openstack/nimble
|
|
|
|
3. run ``stack.sh``
|