upstream/openstack/python-horizon/centos/stx-horizon.stable_docker_image
zhipengl 029758edc4 Upgrade docker images for openstack release train
Story: 2006544
Task: 36618

Depends-on: https://review.opendev.org/#/c/684166/
Change-Id: Iffe257ae67781c4711906e7ae0b72b3ed38531dc
Signed-off-by: Zhipeng Liu <zhipengs.liu@intel.com>
2019-10-11 07:58:21 +00:00

16 lines
599 B
Plaintext

BUILDER=loci
LABEL=stx-horizon
PROJECT=horizon
PROJECT_REPO=https://opendev.org/openstack/horizon.git
PROJECT_REF=stable/train
PIP_PACKAGES="pycrypto python-ceilometerclient \
coverage pyudev \
ldap starlingx-dashboard 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 && \
ln -s /var/lib/openstack/lib/python2.7/site-packages/starlingx_dashboard/themes/starlingx /var/lib/openstack/lib/python2.7/site-packages/openstack_dashboard/themes/starlingx \
"