2015-10-18 15:40:24 +05:30
|
|
|
====================
|
|
|
|
Enabling in Devstack
|
|
|
|
====================
|
2015-09-02 15:56:59 +03:00
|
|
|
|
2015-10-18 15:40:24 +05:30
|
|
|
1. Download DevStack::
|
|
|
|
|
|
|
|
git clone https://git.openstack.org/openstack-dev/devstack
|
|
|
|
cd devstack
|
2015-09-02 15:56:59 +03:00
|
|
|
|
|
|
|
2. Add this repo as an external repository::
|
|
|
|
|
|
|
|
> cat local.conf
|
|
|
|
[[local|localrc]]
|
2015-10-18 15:40:24 +05:30
|
|
|
enable_plugin gce-api https://git.openstack.org/openstack/gce-api
|
2015-09-02 15:56:59 +03:00
|
|
|
|
2015-10-18 15:40:24 +05:30
|
|
|
3. Run ``stack.sh``
|