Revert "Migration to opendev patch"

This reverts commit 9cd8b1a4fd.

Change-Id: I289e2849cfe316b7f1c37b2ca44a7d9892af00ec
This commit is contained in:
Helena 2019-05-30 13:38:58 +00:00
parent 9cd8b1a4fd
commit c43336524c
6 changed files with 7 additions and 5 deletions

View File

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

View File

@ -51,6 +51,7 @@ 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,7 +5,6 @@ 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
@ -18,7 +17,7 @@ classifier =
[files]
packages =
rsd_virt_for_nova
rsd-virt-for-nova
[upload_sphinx]
upload-dir = doc/build/html

View File

@ -15,3 +15,4 @@ 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://opendev.org/openstack/requirements@$BRANCH_NAME#egg=requirements"
REQUIREMENTS_PIP_LOCATION="git+https://git.openstack.org/openstack/requirements@$BRANCH_NAME#egg=requirements"
fi
$install_cmd -U -e ${REQUIREMENTS_PIP_LOCATION}
fi

View File

@ -12,6 +12,7 @@ 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