diff --git a/HACKING.rst b/HACKING.rst index eb54ea0..59a6281 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ Manila Style Commandments -=============================================== +========================= -Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ \ No newline at end of file +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index 8b621b0..c4ed00e 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,6 @@ Team and repository tags .. image:: https://governance.openstack.org/tc/badges/manila-image-elements.svg :target: https://governance.openstack.org/tc/reference/tags/index.html -.. Change things from this point on ============================= Manila Image Elements Project @@ -14,7 +13,7 @@ Manila Image Elements Project This repo is a place for Manila-related diskimage-builder elements. * Free software: Apache license -* Source: https://github.com/openstack/manila-image-elements +* Source: https://opendev.org/openstack/manila-image-elements * Bugs: https://bugs.launchpad.net/manila-image-elements * Built Images: https://tarballs.openstack.org/manila-image-elements/images diff --git a/setup.cfg b/setup.cfg index b7c2d70..a3a1487 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ classifiers = Operating System :: POSIX :: Linux author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/developer/manila +home-page = https://docs.openstack.org/manila/latest/ [files] scripts = diff --git a/tox.ini b/tox.ini index d5775cc..a946e6e 100644 --- a/tox.ini +++ b/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} deps =