Merge "Replace git.openstack.org URLs with opendev.org URLs"

This commit is contained in:
Zuul 2019-05-23 20:51:00 +00:00 committed by Gerrit Code Review
commit cbd9e5880b
4 changed files with 5 additions and 6 deletions

View File

@ -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/

View File

@ -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

View File

@ -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 =

View File

@ -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 =