ec2-api/devstack
Andrey Pavlov c4c7633e27 change calls from neutron cli to openstack cli
neutron cli is deprecated and should be changed to openstack cli

Change-Id: I0a106820b539585572bb11786335997c755ac697
2018-11-08 15:31:34 +03:00
..
README.rst add link to download devstack in README.rst 2016-09-12 12:17:05 +03:00
create_config change calls from neutron cli to openstack cli 2018-11-08 15:31:34 +03:00
override-defaults switch on vpnaas for ec2-api 2017-03-06 12:12:31 +03:00
plugin.sh synchronize default vpc creation across threads 2018-03-24 00:49:01 +03: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://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