diff --git a/congress/datasources/plexxi_driver.py b/congress/datasources/plexxi_driver.py index 4858afd58..42c18b12a 100644 --- a/congress/datasources/plexxi_driver.py +++ b/congress/datasources/plexxi_driver.py @@ -644,4 +644,4 @@ class PlexxiDriver(datasource_driver.PollingDataSourceDriver, # hard to do because of the rest of the way the driver is written. # The question for the 'else' block is whether it's worth exposing # all the native Plexxi actions. See comments in review - # https://review.openstack.org/#/c/335539/ + # https://review.opendev.org/#/c/335539/ diff --git a/doc/source/contributor/codeoverview.rst b/doc/source/contributor/codeoverview.rst index 610f84f8e..4c0f4a12d 100644 --- a/doc/source/contributor/codeoverview.rst +++ b/doc/source/contributor/codeoverview.rst @@ -16,8 +16,8 @@ The main source of information is the Congress wiki. There are two separate codebases that implement Congress: the server and the python client bindings. * wiki: https://wiki.openstack.org/wiki/Congress -* server: https://git.openstack.org/cgit/openstack/congress -* client: https://git.openstack.org/cgit/openstack/python-congressclient +* server: https://opendev.org/openstack/congress +* client: https://opendev.org/openstack/python-congressclient The structure of the client code is the same as that for other recent OpenStack python clients. The bulk of the Congress code is contained diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 18f1fd92b..45a58a494 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -21,7 +21,7 @@ For integrating Congress with DevStack: .. code-block:: console - $ git clone https://git.openstack.org/openstack-dev/devstack.git + $ git clone https://opendev.org/openstack/devstack.git $ cd devstack 2. Configure DevStack to use Congress and any other service you want. To do that, modify @@ -32,9 +32,9 @@ For integrating Congress with DevStack: [[local|localrc]] - enable_plugin congress https://git.openstack.org/openstack/congress - enable_plugin heat https://git.openstack.org/openstack/heat - enable_plugin aodh https://git.openstack.org/openstack/aodh + enable_plugin congress https://opendev.org/openstack/congress + enable_plugin heat https://opendev.org/openstack/heat + enable_plugin aodh https://opendev.org/openstack/aodh enable_service s-proxy s-object s-container s-account # ENABLE_CONGRESS_JSON=True # uncomment to enable the jgress feature @@ -58,7 +58,7 @@ of ``local.conf``: .. code-block:: console - enable_plugin congress https://git.openstack.org/openstack/congress + enable_plugin congress https://opendev.org/openstack/congress disable_service congress congress-api congress-engine congress-datasources enable_service congress-agent diff --git a/tox.ini b/tox.ini index b77cd2dae..ed35f1f4e 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py37,py36,py27,pep8,genpolicy [testenv] usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages} whitelist_externals = find rm setenv =