Revert ovs-dpdk vbox code from stx-neutron

This commit updates the stx-neutron image directives
files to point to the upstream neutron repo, rather
than the temporary fork.

Change-Id: Iebb790e28afad927a7e3545028cada4084f2334e
Story: 2004751
Task: 30063
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2019-05-23 10:34:40 -04:00
parent 7afcf23c4e
commit 140e7383e3
2 changed files with 3 additions and 14 deletions

View File

@ -1,13 +1,7 @@
BUILDER=loci
LABEL=stx-neutron
PROJECT=neutron
# Temporarily pointing to forked neutron repo
# This is necessary to pull in specific commits
# that have not yet merged upstream.
# Once all required commits are merged, this can
# revert back to the upstream repo.
PROJECT_REPO=https://github.com/mpeters-wrs/neutron
PROJECT_REF=stx-networking
PROJECT_REPO=https://opendev.org/openstack/neutron.git
PIP_PACKAGES="networking-sfc pycrypto pylint tinyrpc lxml"
DIST_PACKAGES="ethtool lshw"
PROFILES="fluent neutron linuxbridge openvswitch"

View File

@ -1,13 +1,8 @@
BUILDER=loci
LABEL=stx-neutron
PROJECT=neutron
# Temporarily pointing to forked neutron repo
# This is necessary to pull in specific commits
# that have not yet merged upstream.
# Once all required commits are merged, this can
# revert back to the upstream repo.
PROJECT_REPO=https://github.com/mpeters-wrs/neutron
PROJECT_REF=stx-networking
PROJECT_REPO=https://opendev.org/openstack/neutron.git
PROJECT_REF=stable/stein
PIP_PACKAGES="networking-sfc pycrypto pylint tinyrpc lxml"
DIST_PACKAGES="ethtool lshw"
PROFILES="fluent neutron linuxbridge openvswitch"