Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org and review.openstack.org URLs with their opendev.org counterparts. Change-Id: I1b07e63476a930e95e445686b674377fa959c25d
This commit is contained in:
parent
4c66f5cf82
commit
f12cbe83ae
@ -9,6 +9,6 @@ based on your cloud.
|
||||
|
||||
- Free software: Apache license
|
||||
- Documentation: https://docs.openstack.org/python-tempestconf/latest/
|
||||
- Source: https://git.openstack.org/openstack/python-tempestconf
|
||||
- Source: https://opendev.org/openstack/python-tempestconf
|
||||
- Bugs: https://storyboard.openstack.org/#!/project/912
|
||||
- Release notes: https://docs.openstack.org/releasenotes/python-tempestconf
|
||||
|
@ -42,8 +42,8 @@ def write_accounts_file(path, username, password, project_name):
|
||||
comments = "# A minimal accounts.yaml file\n" \
|
||||
"# Will likely not work with swift, since additional\n" \
|
||||
"# roles are required. For more documentation see:\n" \
|
||||
"# https://git.openstack.org/cgit/openstack/tempest/tree/etc/" \
|
||||
"accounts.yaml.sample\n\n"
|
||||
"# https://opendev.org/openstack/tempest/src/branch/master/" \
|
||||
"etc/accounts.yaml.sample\n\n"
|
||||
accounts = []
|
||||
accounts.append({
|
||||
'username': username,
|
||||
|
@ -77,7 +77,7 @@ used, `see here`_. The generated accounts file will look similarly to this one:
|
||||
# A minimal accounts.yaml file
|
||||
# Will likely not work with swift, since additional
|
||||
# roles are required. For more documentation see:
|
||||
# https://git.openstack.org/cgit/openstack/tempest/tree/etc/accounts.yaml.sample
|
||||
# https://opendev.org/openstack/tempest/src/branch/master/etc/accounts.yaml.sample
|
||||
|
||||
- password: password
|
||||
project_name: admin
|
||||
|
@ -47,7 +47,7 @@ Fixing bugs
|
||||
story, please, create one. Check `Reporting Bugs`_.
|
||||
|
||||
2. Follow `Contributing Code`_ and submit a code review in
|
||||
https://review.openstack.org/.
|
||||
https://review.opendev.org/.
|
||||
|
||||
|
||||
Contributing Code
|
||||
|
@ -7,7 +7,7 @@ Git
|
||||
|
||||
1. Clone and change to the directory::
|
||||
|
||||
$ git clone https://git.openstack.org/openstack/python-tempestconf
|
||||
$ git clone https://opendev.org/openstack/python-tempestconf
|
||||
$ cd python-tempestconf
|
||||
|
||||
2. Create a virtual environment using :command:`virtualenv`::
|
||||
|
@ -8,7 +8,7 @@ based on your cloud.
|
||||
- Free software: Apache license
|
||||
- Documentation:
|
||||
https://docs.openstack.org/python-tempestconf/latest/
|
||||
- Source: https://git.openstack.org/openstack/python-tempestconf
|
||||
- Source: https://opendev.org/openstack/python-tempestconf
|
||||
- Bugs: https://storyboard.openstack.org/#!/project/912
|
||||
- Release notes: https://docs.openstack.org/releasenotes/python-tempestconf
|
||||
|
||||
|
@ -243,7 +243,7 @@ Examples of usage with a named cloud
|
||||
------------------------------------
|
||||
|
||||
``python-tempestconf`` supports
|
||||
`os-client-config <https://git.openstack.org/openstack/os-client-config>`__
|
||||
`os-client-config <https://opendev.org/openstack/os-client-config>`__
|
||||
so instead of sourcing an OpenStack RC file a user can use clouds.yml file.
|
||||
Location where this file should be stored and syntax which is used to define
|
||||
it can be found
|
||||
|
@ -12,7 +12,7 @@ other:
|
||||
image_ssh_user values from different sections were moved to validation
|
||||
section by this change:
|
||||
|
||||
https://review.openstack.org/#/c/434097/
|
||||
https://review.opendev.org/#/c/434097/
|
||||
|
||||
Since that change, there is only one image_ssh_user value and it's the one
|
||||
under validation section.
|
||||
|
2
tox.ini
2
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}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
|
Loading…
Reference in New Issue
Block a user