ec2-api/devstack
Anh Tran 3454a21219 Typo-fix: occured => occurred
Change-Id: I07a2fb2f8b70710d9e744c9ba6cd088a2243f144
2017-02-06 11:19:16 +07:00
..
README.rst add link to download devstack in README.rst 2016-09-12 12:17:05 +03:00
create_config Typo-fix: occured => occurred 2017-02-06 11:19:16 +07:00
plugin.sh try to fix stages problem of devstack 2016-12-01 18:47:40 +03:00
settings use 'strongswan' package for vpnaas 2016-12-07 13:28:58 +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