Add directives to build StarlingX services on master
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>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
BUILDER=loci
|
||||
LABEL=stx-horizon
|
||||
PROJECT=horizon
|
||||
PROJECT_REPO=https://github.com/openstack/horizon.git
|
||||
PIP_PACKAGES="pycrypto python-ceilometerclient \
|
||||
coverage pyudev \
|
||||
ldap pylint"
|
||||
PROFILES="fluent horizon apache"
|
||||
CUSTOMIZATION="\
|
||||
ln -s /bin/true /usr/bin/a2enmod && \
|
||||
sed -i 's/Listen 80/#Listen 80/' /etc/httpd/conf/httpd.conf \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user