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
|
|
cd devstack
|
|
|
|
2. Add this repo as an external repository::
|
|
|
|
> cat local.conf
|
|
[[local|localrc]]
|
|
enable_plugin gce-api https://git.openstack.org/openstack/gce-api
|
|
|
|
3. Run ``stack.sh``
|