Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I38a97dabafd78c48da3668d4b92cb817e1fd3ed9
This commit is contained in:
parent
1643ee1416
commit
782ba82156
@ -1,4 +1,4 @@
|
|||||||
Manila Style Commandments
|
Manila Style Commandments
|
||||||
===============================================
|
=========================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
@ -5,7 +5,6 @@ Team and repository tags
|
|||||||
.. image:: https://governance.openstack.org/tc/badges/manila-image-elements.svg
|
.. image:: https://governance.openstack.org/tc/badges/manila-image-elements.svg
|
||||||
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
||||||
|
|
||||||
.. Change things from this point on
|
|
||||||
|
|
||||||
=============================
|
=============================
|
||||||
Manila Image Elements Project
|
Manila Image Elements Project
|
||||||
@ -14,7 +13,7 @@ Manila Image Elements Project
|
|||||||
This repo is a place for Manila-related diskimage-builder elements.
|
This repo is a place for Manila-related diskimage-builder elements.
|
||||||
|
|
||||||
* Free software: Apache license
|
* 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
|
* Bugs: https://bugs.launchpad.net/manila-image-elements
|
||||||
* Built Images: https://tarballs.openstack.org/manila-image-elements/images
|
* Built Images: https://tarballs.openstack.org/manila-image-elements/images
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ classifiers =
|
|||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-discuss@lists.openstack.org
|
author-email = openstack-discuss@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/developer/manila
|
home-page = https://docs.openstack.org/manila/latest/
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
scripts =
|
scripts =
|
||||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
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 =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
deps =
|
deps =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user