
This update defines the docker image directives file to support building the service images with openstack master branch. Change-Id: I3203cdd1e82ffbe518d7cefa76ce28f66df1bae0 Story: 2003907 Task: 28178 Signed-off-by: Don Penney <don.penney@windriver.com>
9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-neutron
|
|
PROJECT=neutron
|
|
PROJECT_REPO=https://github.com/openstack/neutron.git
|
|
PIP_PACKAGES="networking-sfc pycrypto pylint tinyrpc lxml"
|
|
DIST_PACKAGES="ethtool lshw"
|
|
PROFILES="fluent neutron linuxbridge openvswitch"
|
|
|