Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I5b938ce1199fe8e15624aa62a55b825c4af87ca6
This commit is contained in:
caoyuan 2019-04-23 19:39:23 +08:00
parent 3a4633d2a7
commit cacef4df98
3 changed files with 9 additions and 9 deletions

View File

@ -53,7 +53,7 @@ keys in earlier files from this list. For example::
This will read `ec2.json` and `cfn.json`, and if they have any
overlapping keys, the value from `cfn.json` will be used. That will
populate the tree for any templates found in the template path. See
https://git.openstack.org/cgit/openstack/os-collect-config for a
https://opendev.org/openstack/os-collect-config for a
program that will automatically collect data and populate this list.
You can also override `OS_CONFIG_FILES` with the `--metadata` command
@ -139,10 +139,10 @@ Quick Start
::
# install it
sudo pip install -U git+https://git.openstack.org/openstack/os-apply-config.git
sudo pip install -U git+https://opendev.org/openstack/os-apply-config.git
# grab example templates
git clone https://git.openstack.org/openstack/tripleo-image-elements /tmp/config
git clone https://opendev.org/openstack/tripleo-image-elements /tmp/config
# run it
os-apply-config -t /tmp/config/elements/nova/os-apply-config/ -m /tmp/config/elements/seed-stack-config/config.json -o /tmp/config_output

View File

@ -3,10 +3,10 @@ name = os-apply-config
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = Config files from cloud metadata
description-file =
description-file =
README.rst
home-page = http://git.openstack.org/cgit/openstack/os-apply-config
classifier =
home-page = http://opendev.org/openstack/os-apply-config
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: OpenStack
@ -17,7 +17,7 @@ classifier =
Programming Language :: Python
[files]
packages =
packages =
os_apply_config
[entry_points]
@ -26,6 +26,6 @@ console_scripts =
os-apply-config = os_apply_config.apply_config:main
[egg_info]
tag_build =
tag_build =
tag_date = 0
tag_svn_revision = 0

View File

@ -7,7 +7,7 @@ envlist = py27,pep8
usedevelop = True
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =