Update for opendev
Change-Id: I2cf0463108cf0bea37a221ee1dd74252d13f41c4
This commit is contained in:
parent
a3ff9afbf0
commit
b47fb2af55
@ -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.
|
||||
|
||||
|
@ -81,10 +81,10 @@ Links
|
||||
=====
|
||||
|
||||
* `Issue Tracker <https://storyboard.openstack.org/#!/project/760>`_
|
||||
* `Code Review <https://review.openstack.org/#/q/status:open+project:openstack-infra/shade,n,z>`_
|
||||
* `Code Review <https://review.openstack.org/#/q/status:open+project:openstack/shade,n,z>`_
|
||||
* `Documentation <https://docs.openstack.org/shade/latest/>`_
|
||||
* `PyPI <https://pypi.org/project/shade/>`_
|
||||
* `Mailing list <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra>`_
|
||||
* `Mailing list <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack>`_
|
||||
* `Release notes <https://docs.openstack.org/releasenotes/shade>`_
|
||||
|
||||
.. _openstacksdk: https://docs.openstack.org/openstacksdk/latest/user/
|
||||
|
@ -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 {
|
||||
:
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
10
tox.ini
10
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user