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

This commit is contained in:
Zuul 2019-05-07 23:46:59 +00:00 committed by Gerrit Code Review
commit 6cc78b80ec
6 changed files with 6 additions and 6 deletions

View File

@ -53,7 +53,7 @@ and change the line
to
enable_plugin monasca-transform https://git.openstack.org/openstack/monasca-transform
enable_plugin monasca-transform https://opendev.org/openstack/monasca-transform
before running

View File

@ -23,7 +23,7 @@
# looks like
#
# [[local|localrc]]
# enable_plugin monasca-transform https://git.openstack.org/openstack/monasca-transform
# enable_plugin monasca-transform https://opendev.org/openstack/monasca-transform
#
# By default all Monasca services are started (see
# devstack/settings). To disable a specific service use the

View File

@ -41,7 +41,7 @@ enable_service monasca-agent
enable_service monasca-cli
# This line will enable all of Monasca.
enable_plugin monasca-api https://git.openstack.org/openstack/monasca-api
enable_plugin monasca-api https://opendev.org/openstack/monasca-api
# the following may be disabled to leave monasca transform still functional
#disable_service monasca-persister
disable_service monasca-thresh

View File

@ -8,7 +8,7 @@ if [ -d devstack ]
then
echo devstack directory already cloned
else
git clone https://git.openstack.org/openstack-dev/devstack
git clone https://opendev.org/openstack/devstack
fi
if [ -d monasca-transform ]

View File

@ -8,7 +8,7 @@ if [ -d devstack ]
then
echo devstack directory already cloned
else
git clone https://git.openstack.org/openstack-dev/devstack
git clone https://opendev.org/openstack/devstack
fi
if [ -d monasca-transform ]

View File

@ -11,7 +11,7 @@ setenv =
VIRTUAL_ENV={envdir}
OS_TEST_PATH=tests/unit
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
psutil==3.0.1