Migration to opendev patch

Change-Id: Idfdc22f72dda5b33da75b50839a791d472f61446
Signed-off-by: Helena McGough <helena.mcgough@intel.com>
This commit is contained in:
Helena McGough 2019-05-30 10:23:07 +00:00 committed by Helena
parent afc6e5073e
commit 9cd8b1a4fd
6 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
host=review.opendev.org
port=29418
project=openstack/rsd-virt-for-nova

View File

@ -51,7 +51,6 @@ ERROR_ON_CLONE=False
"pre-install")
# cloning source code
echo_summary "Cloning of src files for rsd-virt-for-nova not required"
# sudo pip install -e "git+https://github.com/openstack/rsd-lib@517275b24fc86ce67a345b3aae2d4fa8564d18c1#egg=rsd_lib"
;;
"install")
sudo pip install -e "${NOVA_RSD_DIR}"

View File

@ -5,6 +5,7 @@ description-file =
README.rst
author = Intel Corporation
author-email = helena.mcgough@intel.com
home-page = https://opendev.org/x/rsd-virt-for-nova/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -17,7 +18,7 @@ classifier =
[files]
packages =
rsd-virt-for-nova
rsd_virt_for_nova
[upload_sphinx]
upload-dir = doc/build/html

View File

@ -15,4 +15,3 @@ pycodestyle
wsgi-intercept>=1.4.1 # MIT License
sushy>=1.7.0 # Apache-2.0
nova<=19.0.0
#-e git+https://github.com/openstack/nova.git#egg=nova # Apache-2.0

View File

@ -37,7 +37,7 @@ elif [ -x "$ZUUL_CLONER" ]; then
popd
else
if [ -z "$REQUIREMENTS_PIP_LOCATION" ]; then
REQUIREMENTS_PIP_LOCATION="git+https://git.openstack.org/openstack/requirements@$BRANCH_NAME#egg=requirements"
REQUIREMENTS_PIP_LOCATION="git+https://opendev.org/openstack/requirements@$BRANCH_NAME#egg=requirements"
fi
$install_cmd -U -e ${REQUIREMENTS_PIP_LOCATION}
fi

View File

@ -12,7 +12,6 @@ skipsdist = True
basepython = python3
usedevelop = True
install_command = pip install {opts} {packages}
#{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning