ec2-api/devstack
Andrey Pavlov 108e41f335 try to use neutron-vpnaas from plugin definition
Change-Id: I3511788ff6d59ace14086fc3265a16808c1c2d77
2022-04-16 22:09:26 +03:00
..
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-09-13 02:03:40 +00:00
create_config change error message for glance client 2019-04-07 13:11:14 +03:00
override-defaults try to use neutron-vpnaas from plugin definition 2022-04-16 22:09:26 +03:00
plugin.sh fix UT for cinderclient 2021-09-28 19:24:15 +00:00
settings Remove code that used nova-cert 2017-07-07 11:35:22 +03:00

README.rst

Enabling in Devstack

  1. Download DevStack

    git clone https://opendev.org/openstack/devstack cd devstack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin ec2-api https://opendev.org/openstack/ec2-api
  3. run stack.sh