ec2-api/devstack
Ian Wienand 7a9f42e226 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: I4a7558d1c90701b8fb6f17de13a8646e6135f6f0
2019-03-24 20:33:31 +00:00
..
README.rst add link to download devstack in README.rst 2016-09-12 12:17:05 +03:00
create_config specify version for tox 2017-10-11 16:22:50 +03:00
override-defaults Replace openstack.org git:// URLs with https:// 2019-03-24 20:33:31 +00:00
plugin.sh Use botocore in API instead of boto 2017-08-10 14:48:49 +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