gce-api/devstack
Andrey Pavlov 01786798d8 rework functional tests to be a tempest plugin
Change-Id: Ic38b628a4c17e2a8d307ecdeb08c639975a364aa
2015-12-22 13:13:46 +03:00
..
create_config rework functional tests to be a tempest plugin 2015-12-22 13:13:46 +03:00
plugin.sh rework functional tests to be a tempest plugin 2015-12-22 13:13:46 +03:00
README.rst Added devstack url and corrected source repository 2015-10-21 11:09:09 +05:30
settings update gce api to current OpenStack 2015-09-03 17:16:30 +03:00

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