Merge "Changes for url transition to OpenDev"

This commit is contained in:
Zuul 2019-05-17 05:49:29 +00:00 committed by Gerrit Code Review
commit 19a6df32e6
4 changed files with 9 additions and 9 deletions

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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 =