Update stx-neutron master image to build from updated fork

Update the stx-neutron master image build to pull source from
forked repo https://github.com/mpeters-wrs/neutron, which has more
recent updates from upstream master, including the merged
network-segment-range updates. Once the OVS containerization
work is complete, we can move the build to upstream master.

Change-Id: Ic6a85c3efc106219d221eabea8cfdc8f76055148
Story: 2004751
Task: 29432
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2019-03-18 14:10:50 -04:00
parent 870b56de70
commit 384c8c0c32
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ PROJECT=neutron
# 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
PROJECT_REPO=https://github.com/mpeters-wrs/neutron
PROJECT_REF=stx-networking
PIP_PACKAGES="networking-sfc pycrypto pylint tinyrpc lxml"
DIST_PACKAGES="ethtool lshw"
PROFILES="fluent neutron linuxbridge openvswitch"