Merge "Replace git.openstack.org URLs with opendev.org URLs"
This commit is contained in:
commit
cbd9e5880b
@ -1,4 +1,4 @@
|
||||
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
|
||||
: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
|
||||
|
||||
|
@ -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 =
|
||||
|
2
tox.ini
2
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user