OpenDev Migration Patch

This patch migrates cinderlib to the new OpenDev code review system as
described in these mailing list messages:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Change-Id: I53af5de68e021896a2bd940b4a8901dedc1f6a04
This commit is contained in:
Gorka Eguileor 2019-04-22 10:51:48 +02:00 committed by Eric Harney
parent c99944412a
commit 46565c4995
5 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
host=review.opendev.org
port=29418
project=openstack/cinderlib.git

View File

@ -11,6 +11,6 @@ the workflow documented at:
Pull requests submitted through GitHub will be ignored.
Bugs should be filed as stories on StoryBoard, not in GitHub's issue tracker:
Bugs should be filed in Launchpad:
https://storyboard.openstack.org/#!/project/openstack/cinderlib
https://bugs.launchpad.net/cinderlib

View File

@ -17,11 +17,11 @@ where::
For example::
enable_plugin cinderlib https://git.openstack.org/openstack/cinderlib
enable_plugin cinderlib https://opendev.org/openstack/cinderlib
Another example using Stein's stable branch::
Another example using Train's stable branch::
enable_plugin cinderlib https://git.openstack.org/openstack/cinderlib stable/stein
enable_plugin cinderlib https://opendev.org/openstack/cinderlib stable/train
The cinderlib DevStack plugin will install cinderlib from Git by default, but
it can be installed from PyPi using the ``CINDERLIB_FROM_GIT`` configuration

View File

@ -59,7 +59,7 @@ volume driver configuration documentation`_.
Python library dependencies are usually documented in the
`driver-requirements.txt file
<https://github.com/openstack/cinder/blob/master/driver-requirements.txt>`_,
<https://opendev.org/openstack/cinder/src/branch/master/driver-requirements.txt>`_,
as for the CLI required tools, we'll have to check in the Vendor's
documentation.

View File

@ -16,8 +16,8 @@ install_command = pip install {opts} {packages}
# dependencies (include Cinder in required-projects). This allows us to also
# run local tests against master.
deps= -r{toxinidir}/test-requirements.txt
git+https://git.openstack.org/openstack/os-brick#egg=os-brick
git+https://git.openstack.org/openstack/cinder#egg=cinder
git+https://opendev.org/openstack/os-brick#egg=os-brick
git+https://opendev.org/openstack/cinder#egg=cinder
commands =
find . -ignore_readdir_race -type f -name "*.pyc" -delete
@ -68,14 +68,14 @@ whitelist_externals = {[testenv:functional]whitelist_externals}
# envdir = {toxworkdir}/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}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[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}/doc/requirements.txt
commands =
doc8 --ignore D001 --ignore-path .tox --ignore-path *.egg-info --ignore-path doc/build --ignore-path .eggs/*/EGG-INFO/*.txt -e txt -e rst