From 98fa1202436d26a399a804f74e07954cb93eb056 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Thu, 7 Feb 2019 10:55:06 -0500 Subject: [PATCH] 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 --- .../python-neutron/centos/stx-neutron.master_docker_image | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openstack/python-neutron/centos/stx-neutron.master_docker_image b/openstack/python-neutron/centos/stx-neutron.master_docker_image index 1770ed65..7023e960 100644 --- a/openstack/python-neutron/centos/stx-neutron.master_docker_image +++ b/openstack/python-neutron/centos/stx-neutron.master_docker_image @@ -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"