diff --git a/README.rst b/README.rst index 3f1e7126..ce91cb5e 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/devstack/README.rst b/devstack/README.rst index ff7e76a3..cdbd368c 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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 + enable_plugin masakari https://opendev.org/openstack/masakari Run the DevStack utility ======================== diff --git a/doc/source/development.environment.rst b/doc/source/development.environment.rst index 2a2e8c9a..775ac219 100644 --- a/doc/source/development.environment.rst +++ b/doc/source/development.environment.rst @@ -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 + enable_plugin masakari https://opendev.org/openstack/masakari 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 diff --git a/tox.ini b/tox.ini index 83e303e2..61c374d4 100644 --- a/tox.ini +++ b/tox.ini @@ -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