Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I1289490d8adb6910eb03d152fa4c88bd4682e4af
This commit is contained in:
caoyuan 2019-04-23 19:37:33 +08:00 committed by jacky06
parent f90d3b8532
commit b1f4ce5593
6 changed files with 8 additions and 8 deletions

View File

@ -41,7 +41,7 @@ the local.conf or localrc the following line:
::
enable_plugin ec2-api https://git.openstack.org/openstack/ec2-api
enable_plugin ec2-api https://opendev.org/openstack/ec2-api
To configure OpenStack for EC2 API metadata service:
@ -607,4 +607,4 @@ Blueprint:
https://blueprints.launchpad.net/nova/+spec/ec2-api
Spec:
https://review.openstack.org/#/c/147882/
https://review.opendev.org/#/c/147882/

View File

@ -4,13 +4,13 @@
1. Download DevStack
git clone https://git.openstack.org/openstack-dev/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://git.openstack.org/openstack/ec2-api
enable_plugin ec2-api https://opendev.org/openstack/ec2-api
3. run ``stack.sh``

View File

@ -1,4 +1,4 @@
# Enable VPNAAS service and set type of ipsec package
enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas
enable_plugin neutron-vpnaas https://opendev.org/openstack/neutron-vpnaas
enable_service q-vpnaas
IPSEC_PACKAGE=strongswan

View File

@ -254,7 +254,7 @@ function init_ec2api() {
function install_ec2api() {
# TODO(ruhe): use setup_develop once ec2api requirements match with global-requirement.txt
# both functions (setup_develop and setup_package) are defined at:
# http://git.openstack.org/cgit/openstack-dev/devstack/tree/functions-common
# https://opendev.org/openstack/devstack/src/branch/master/functions-common
setup_package $EC2API_DIR -e
}

View File

@ -7,4 +7,4 @@ In order to install ec2-api with devstack the following should be added to the l
.. code-block:: ini
enable_plugin ec2-api https://git.openstack.org/openstack/ec2-api
enable_plugin ec2-api https://opendev.org/openstack/ec2-api

View File

@ -10,7 +10,7 @@ whitelist_externals = bash
find
rm
env
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en