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

Change-Id: I3976f7c19b4813a40a800cea58d3dc8e343e4ac8
This commit is contained in:
caoyuan 2019-04-23 19:32:57 +08:00 committed by gugug
parent 9a2ce34e64
commit 50938d0636
4 changed files with 9 additions and 9 deletions

View File

@ -30,7 +30,7 @@ detailed in the LICENSE file.
* Free software: Apache license 2.0
* Documentation: https://docs.openstack.org/masakari/latest
* Release notes: https://docs.openstack.org/releasenotes/masakari/
* Source: https://git.openstack.org/cgit/openstack/masakari
* Source: https://opendev.org/openstack/masakari
* Bugs: https://bugs.launchpad.net/masakari

View File

@ -11,7 +11,7 @@ Download DevStack
.. sourcecode:: bash
export DEVSTACK_DIR=~/devstack
git clone https://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR
git clone https://opendev.org/openstack/devstack.git $DEVSTACK_DIR
Enable the Masakari plugin
==========================
@ -21,14 +21,14 @@ Enable the plugin by adding the following section to ``$DEVSTACK_DIR/local.conf`
.. sourcecode:: bash
[[local|localrc]]
enable_plugin masakari https://git.openstack.org/openstack/masakari
enable_plugin masakari https://opendev.org/openstack/masakari
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
.. sourcecode:: bash
[[local|localrc]]
enable_plugin masakari https://git.openstack.org/openstack/masakari <refspec>
enable_plugin masakari https://opendev.org/openstack/masakari <refspec>
Run the DevStack utility
========================

View File

@ -48,7 +48,7 @@ Download DevStack
.. sourcecode:: bash
export DEVSTACK_DIR=~/devstack
git clone https://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR
git clone https://opendev.org/openstack/devstack.git $DEVSTACK_DIR
Enable the Masakari plugin
~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -58,14 +58,14 @@ Enable the plugin by adding the following section to ``$DEVSTACK_DIR/local.conf`
.. sourcecode:: bash
[[local|localrc]]
enable_plugin masakari https://git.openstack.org/openstack/masakari
enable_plugin masakari https://opendev.org/openstack/masakari
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
.. sourcecode:: bash
[[local|localrc]]
enable_plugin masakari https://git.openstack.org/openstack/masakari <refspec>
enable_plugin masakari https://opendev.org/openstack/masakari <refspec>
Run the DevStack utility
~~~~~~~~~~~~~~~~~~~~~~~~
@ -87,7 +87,7 @@ Getting the code
Grab the code from git::
git clone https://git.openstack.org/openstack/masakari
git clone https://opendev.org/openstack/masakari
cd masakari

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
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}
LANGUAGE=en_US
LC_ALL=en_US.utf-8