029758edc4
Story: 2006544 Task: 36618 Depends-on: https://review.opendev.org/#/c/684166/ Change-Id: Iffe257ae67781c4711906e7ae0b72b3ed38531dc Signed-off-by: Zhipeng Liu <zhipengs.liu@intel.com>
16 lines
599 B
Plaintext
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 \
|
|
"
|
|
|