Update stx-neutron.master to use forked neutron repo

This update temporarily points the stx-neutron master build
to a 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.

Story: 2004751
Task: 29396
Change-Id: I7453ffe943ff735338a06246a08399f79d6918b7
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2019-02-07 10:55:06 -05:00
parent de3ac48d20
commit 98fa120243
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
BUILDER=loci
LABEL=stx-neutron
PROJECT=neutron
PROJECT_REPO=https://github.com/openstack/neutron.git
# 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/donpenney/neutron
PIP_PACKAGES="networking-sfc pycrypto pylint tinyrpc lxml"
DIST_PACKAGES="ethtool lshw"
PROFILES="fluent neutron linuxbridge openvswitch"