ec2-api/devstack
Ian Wienand ed73dc3dac Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I595e1eb1908a5fb8d389edd4342ec346e70671d3
2019-04-08 13:33:05 +00:00
..
README.rst add link to download devstack in README.rst 2016-09-12 12:17:05 +03:00
create_config change error message for glance client 2019-04-07 13:11:14 +03:00
override-defaults Replace openstack.org git:// URLs with https:// 2019-04-08 13:33:05 +00: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