ec2-api/devstack
Andrey Pavlov f9e75281b4 fix UT for cinderclient
- bump version from 2 to 3 for cinderclient
- update aws ec2 interface for create_colume and
  create_network_interface. add cilent_token param
- fix describe network interface - something was
  changed in neutron ports output
- set metadata port for OVN conf file also

Change-Id: Ie3e5a5930d5a8159050ecc0900239935558dddd7
2021-09-28 19:24:15 +00: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 Replace git.openstack.org URLs with opendev.org URLs 2019-09-13 02:03:40 +00: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