Merge "Move to opendev"

This commit is contained in:
Zuul 2019-04-28 07:28:23 +00:00 committed by Gerrit Code Review
commit b53872099d
11 changed files with 24 additions and 23 deletions

View File

@ -89,7 +89,7 @@ Other references:
- https://wiki.openstack.org/wiki/ReviewChecklist
- https://wiki.openstack.org/wiki/GitCommitMessages
- https://docs.openstack.org/hacking/latest/
- https://review.openstack.org/#/c/116176/
- https://review.opendev.org/#/c/116176/
- trove-pylint readme file in tools/trove-pylint.README
Code Review Priority

View File

@ -12,13 +12,13 @@ Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://git.openstack.org/cgit/openstack/trove
git clone https://opendev.org/openstack/trove
For information on how to contribute to trove, please see
CONTRIBUTING.rst_ and HACKING.rst_
.. _CONTRIBUTING.rst: https://git.openstack.org/cgit/openstack/trove/plain/CONTRIBUTING.rst
.. _HACKING.rst: https://git.openstack.org/cgit/openstack/trove/plain/HACKING.rst
.. _CONTRIBUTING.rst: https://opendev.org/openstack/trove/plain/CONTRIBUTING.rst
.. _HACKING.rst: https://opendev.org/openstack/trove/plain/HACKING.rst
* `Wiki <https://wiki.openstack.org/wiki/Trove>`_
* `Developer Docs <https://docs.openstack.org/trove/latest/>`_
@ -36,13 +36,13 @@ Python client
-------------
Python-troveclient_ is a client for Trove.
.. _Python-troveclient: https://git.openstack.org/cgit/openstack/python-troveclient
.. _Python-troveclient: https://opendev.org/openstack/python-troveclient
Dashboard plugin
----------------
Trove-dashboard_ is OpenStack dashbaord plugin for Trove.
.. _Trove-dashboard: https://git.openstack.org/cgit/openstack/trove-dashboard
.. _Trove-dashboard: https://opendev.org/openstack/trove-dashboard
References
----------

View File

@ -78,7 +78,8 @@ release = version_info.release_string()
version = version_info.version_string()
# Config logABug feature
giturl = u'http://git.openstack.org/cgit/openstack/trove/tree/api-ref/source'
giturl = (
u'https://opendev.org/openstack/trove/src/branch/master/api-ref/source')
# source tree
# html_context allows us to pass arbitrary values into the html template
html_context = {"bug_tag": "api-ref",
@ -117,7 +118,7 @@ pygments_style = 'sphinx'
# Config logABug feature
# source tree
giturl = (
u'http://git.openstack.org/cgit/openstack/trove/tree/api-ref/source')
u'https://opendev.org/openstack/trove/src/branch/master/api-ref/source')
# html_context allows us to pass arbitrary values into the html template
html_context = {'bug_tag': 'api-ref',
'giturl': giturl,

View File

@ -17,7 +17,7 @@ Download DevStack
.. sourcecode:: bash
export DEVSTACK_DIR=~/devstack
git clone https://git.openstack.org/openstack-dev/devstack.git $DEVSTACK_DIR
git clone https://opendev.org/openstack/devstack.git $DEVSTACK_DIR
Enable the Trove plugin
=======================
@ -28,14 +28,14 @@ Enable the plugin by adding the following section to
.. sourcecode:: bash
[[local|localrc]]
enable_plugin trove https://git.openstack.org/openstack/trove
enable_plugin trove https://opendev.org/openstack/trove
Optionally, a git refspec (branch or tag or commit) may be provided as follows:
.. sourcecode:: bash
[[local|localrc]]
enable_plugin trove https://git.openstack.org/openstack/trove <refspec>
enable_plugin trove https://opendev.org/openstack/trove <refspec>
Run the DevStack utility
========================

View File

@ -57,8 +57,8 @@ Search Trove Documentation
.. _Trove Wiki: https://wiki.openstack.org/wiki/Trove
.. _Trove: https://git.openstack.org/cgit/openstack/trove
.. _Trove Client: https://git.openstack.org/cgit/openstack/python-troveclient
.. _Trove: https://opendev.org/openstack/trove
.. _Trove Client: https://opendev.org/openstack/python-troveclient
.. _Trove API Documentation: https://developer.openstack.org/api-ref/database/
.. _Trove Blueprints: https://blueprints.launchpad.net/trove
.. _Trove Bugs: https://bugs.launchpad.net/trove

View File

@ -72,8 +72,8 @@ release = trove_version.version_string_with_vcs()
# extracted from git log.
# bug_tag: Tag for categorizing the bug. Must be set manually.
# These variables are passed to the logabug code via html_context.
giturl = (u'http://git.openstack.org/cgit/openstack/trove/tree/'
'install-guide/source')
giturl = (u'https://opendev.org/openstack/trove/src/branch/master/doc/source/'
'install')
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha = os.popen(git_cmd).read().strip('\n')
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,

View File

@ -130,8 +130,8 @@ Obtain the Trove source components from OpenStack repositories:
.. code-block:: bash
$ cd ~
$ git clone https://git.openstack.org/openstack/trove.git
$ git clone https://git.openstack.org/openstack/python-troveclient.git
$ git clone https://opendev.org/openstack/trove.git
$ git clone https://opendev.org/openstack/python-troveclient.git
Install Trove

View File

@ -7,6 +7,6 @@ to travel 4 wednesdays in a row for work...
#######################
https://review.openstack.org/#/c/47900/
https://review.opendev.org/#/c/47900/
Vote results: 13 votes. 13 for, 0 against.

View File

@ -25,7 +25,7 @@ pre-start script
end script
script
# For backwards compatibility until https://review.openstack.org/#/c/100381 merges
# For backwards compatibility until https://review.opendev.org/#/c/100381 merges
TROVE_CONFIG="--config-dir=/etc/trove/conf.d"
if [ ! -f /etc/trove/conf.d/guest_info ] && [ ! -f /etc/trove/conf.d/trove-guestagent.conf ]; then

View File

@ -323,7 +323,7 @@ function run_review_for() {
do
# This should be the ref spec for what we pull
pushd $PATH_ARG
git_timed pull https://review.openstack.org/p/openstack/$GIT_NAME refs/changes/$review
git_timed pull https://review.opendev.org/p/openstack/$GIT_NAME refs/changes/$review
popd
done
}

View File

@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install \
-c{env:TEST_UPPER_CONSTRAINTS_FILE:{toxinidir}/test-upper-constraints.txt} \
-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} \
-U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
@ -132,5 +132,5 @@ passenv = *
commands =
pip install --no-binary :all: {toxinidir} \
-c/opt/stack/trove/test-upper-constraints.txt \
-chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt
./trovestack {posargs}
-chttps://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt
./trovestack {posargs}