From 3889f2466b80900caac5b1e4914d96180e9ee5e7 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Wed, 3 Apr 2019 11:41:21 -0400 Subject: [PATCH] Update stx-neutron.dev_docker_image source repo This update syncs the stx-neutron.dev_docker_image file with changes made to the stx-neutron.master_docker_image, pointing the build to a new fork. Once the OVS virtualbox testing is complete, this file will be updated to point to the upstream neutron repo. Change-Id: I7c65ac5006964f12543b77ccf3ec439cbee16269 Story: 2005248 Task: 30313 Signed-off-by: Don Penney --- openstack/python-neutron/centos/stx-neutron.dev_docker_image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openstack/python-neutron/centos/stx-neutron.dev_docker_image b/openstack/python-neutron/centos/stx-neutron.dev_docker_image index 7023e960..babc690d 100644 --- a/openstack/python-neutron/centos/stx-neutron.dev_docker_image +++ b/openstack/python-neutron/centos/stx-neutron.dev_docker_image @@ -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"