From b47fb2af55d76dc171d1e3a2960ca1c8060a85e4 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 21 Apr 2019 13:00:31 +0000 Subject: [PATCH] Update for opendev Change-Id: I2cf0463108cf0bea37a221ee1dd74252d13f41c4 --- CONTRIBUTING.rst | 8 ++++---- README.rst | 4 ++-- devstack/plugin.sh | 2 +- doc/source/conf.py | 2 +- doc/source/user/multi-cloud-demo.rst | 2 +- playbooks/devstack/legacy-git.yaml | 2 +- releasenotes/source/conf.py | 2 +- tox.ini | 10 +++++----- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 798b5b5af..39375f20f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -25,19 +25,19 @@ Project Hosting Details ------------------------- Project Documentation - http://docs.openstack.org/infra/shade/ + https://docs.openstack.org/shade/latest/ Bug tracker http://storyboard.openstack.org Mailing list (prefix subjects with ``[shade]`` for faster responses) - http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra + http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss Code Hosting - https://git.openstack.org/cgit/openstack-infra/shade + https://opendev.org/openstack/shade Code Review - https://review.openstack.org/#/q/status:open+project:openstack-infra/shade,n,z + https://review.openstack.org/#/q/status:open+project:openstack/shade,n,z Please read `GerritWorkflow`_ before sending your first patch for review. diff --git a/README.rst b/README.rst index 45c04c3f1..704fc0f73 100644 --- a/README.rst +++ b/README.rst @@ -81,10 +81,10 @@ Links ===== * `Issue Tracker `_ -* `Code Review `_ +* `Code Review `_ * `Documentation `_ * `PyPI `_ -* `Mailing list `_ +* `Mailing list `_ * `Release notes `_ .. _openstacksdk: https://docs.openstack.org/openstacksdk/latest/user/ diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 2daf6e842..52e18536f 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -3,7 +3,7 @@ # To enable shade in devstack add an entry to local.conf that looks like # # [[local|localrc]] -# enable_plugin shade https://git.openstack.org/openstack-infra/shade +# enable_plugin shade https://opendev.org/openstack/shade function preinstall_shade { : diff --git a/doc/source/conf.py b/doc/source/conf.py index aaf41b319..780d764a5 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -10,7 +10,7 @@ extensions = [ ] # openstackdocstheme options -repository_name = 'openstack-infra/shade' +repository_name = 'openstack/shade' bug_project = '760' bug_tag = '' html_last_updated_fmt = '%Y-%m-%d %H:%M' diff --git a/doc/source/user/multi-cloud-demo.rst b/doc/source/user/multi-cloud-demo.rst index 07ec82842..c23b7eb5b 100644 --- a/doc/source/user/multi-cloud-demo.rst +++ b/doc/source/user/multi-cloud-demo.rst @@ -45,7 +45,7 @@ What are we going to talk about? shade is Free Software ====================== -* https://git.openstack.org/cgit/openstack-infra/shade +* https://opendev.org/openstack/shade * openstack-dev@lists.openstack.org * #openstack-shade on freenode diff --git a/playbooks/devstack/legacy-git.yaml b/playbooks/devstack/legacy-git.yaml index 0a5c888d7..2de408bfa 100644 --- a/playbooks/devstack/legacy-git.yaml +++ b/playbooks/devstack/legacy-git.yaml @@ -4,7 +4,7 @@ - name: Set shade libraries to master branch before functional tests command: git checkout master args: - chdir: "src/git.openstack.org/openstack/{{ item }}" + chdir: "src/opendev.org/openstack/{{ item }}" with_items: - keystoneauth - os-client-config diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 68a2edfb0..e813fcf9f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -43,7 +43,7 @@ extensions = [ ] # openstackdocstheme options -repository_name = 'openstack-infra/shade' +repository_name = 'openstack/shade' bug_project = '760' bug_tag = '' html_last_updated_fmt = '%Y-%m-%d %H:%M' diff --git a/tox.ini b/tox.ini index 42658e676..7725b5903 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ setenv = LANGUAGE=en_US:en LC_ALL=C 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 = stestr run {posargs} @@ -30,7 +30,7 @@ basepython = python3 usedevelop = False skip_install = True 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} doc8 hacking pygments @@ -65,7 +65,7 @@ basepython = python3 # Need to pass some env vars for the Ansible playbooks passenv = HOME USER 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 ansible<2.6 @@ -74,7 +74,7 @@ commands = {toxinidir}/extras/run-ansible-tests.sh -e {envdir} {posargs} [testenv:docs] basepython = python3 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}/doc/requirements.txt commands = @@ -84,7 +84,7 @@ commands = basepython = python3 skip_install = True 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}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html