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"