Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I3976f7c19b4813a40a800cea58d3dc8e343e4ac8
This commit is contained in:
parent
9a2ce34e64
commit
50938d0636
@ -30,7 +30,7 @@ detailed in the LICENSE file.
|
|||||||
* Free software: Apache license 2.0
|
* Free software: Apache license 2.0
|
||||||
* Documentation: https://docs.openstack.org/masakari/latest
|
* Documentation: https://docs.openstack.org/masakari/latest
|
||||||
* Release notes: https://docs.openstack.org/releasenotes/masakari/
|
* 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
|
* Bugs: https://bugs.launchpad.net/masakari
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ Download DevStack
|
|||||||
.. sourcecode:: bash
|
.. sourcecode:: bash
|
||||||
|
|
||||||
export DEVSTACK_DIR=~/devstack
|
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
|
Enable the Masakari plugin
|
||||||
==========================
|
==========================
|
||||||
@ -21,14 +21,14 @@ Enable the plugin by adding the following section to ``$DEVSTACK_DIR/local.conf`
|
|||||||
.. sourcecode:: bash
|
.. sourcecode:: bash
|
||||||
|
|
||||||
[[local|localrc]]
|
[[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:
|
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
|
||||||
|
|
||||||
.. sourcecode:: bash
|
.. sourcecode:: bash
|
||||||
|
|
||||||
[[local|localrc]]
|
[[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
|
Run the DevStack utility
|
||||||
========================
|
========================
|
||||||
|
@ -48,7 +48,7 @@ Download DevStack
|
|||||||
.. sourcecode:: bash
|
.. sourcecode:: bash
|
||||||
|
|
||||||
export DEVSTACK_DIR=~/devstack
|
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
|
Enable the Masakari plugin
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -58,14 +58,14 @@ Enable the plugin by adding the following section to ``$DEVSTACK_DIR/local.conf`
|
|||||||
.. sourcecode:: bash
|
.. sourcecode:: bash
|
||||||
|
|
||||||
[[local|localrc]]
|
[[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:
|
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
|
||||||
|
|
||||||
.. sourcecode:: bash
|
.. sourcecode:: bash
|
||||||
|
|
||||||
[[local|localrc]]
|
[[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
|
Run the DevStack utility
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -87,7 +87,7 @@ Getting the code
|
|||||||
|
|
||||||
Grab the code from git::
|
Grab the code from git::
|
||||||
|
|
||||||
git clone https://git.openstack.org/openstack/masakari
|
git clone https://opendev.org/openstack/masakari
|
||||||
cd masakari
|
cd masakari
|
||||||
|
|
||||||
|
|
||||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
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}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
LANGUAGE=en_US
|
LANGUAGE=en_US
|
||||||
LC_ALL=en_US.utf-8
|
LC_ALL=en_US.utf-8
|
||||||
|
Loading…
Reference in New Issue
Block a user