From ea82c5d0f7d5ffeb85d654caa77c100942eca8ff Mon Sep 17 00:00:00 2001 From: akhiljain23 Date: Mon, 22 Apr 2019 12:30:30 +0530 Subject: [PATCH] Changes for url transition to OpenDev This commit changes openstack.org URL to opendev.org URL Change-Id: Ic05ddf275a9f71cd3382ee3b4580a6004a1e66fe --- congress/datasources/plexxi_driver.py | 2 +- doc/source/contributor/codeoverview.rst | 4 ++-- doc/source/install/index.rst | 10 +++++----- tox.ini | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) 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 63550bd5e..4bb4b1bad 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 b3c290d71..05153eb27 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py36,py35,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 =