ec2-api/devstack
Jenkins dc681251f5 Merge "rework creating admin context - use keystoneauth1 lib" 2016-09-19 13:41:08 +00:00
..
README.rst add link to download devstack in README.rst 2016-09-12 12:17:05 +03:00
create_config use another params for upload-bundle 2016-08-10 20:24:51 +03:00
plugin.sh rework creating admin context - use keystoneauth1 lib 2016-09-16 17:20:55 +03:00
settings remove using euca2ools in install script 2016-03-17 13:52:50 +03:00

README.rst

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 ec2-api https://git.openstack.org/openstack/ec2-api
  3. run stack.sh