From ffb531fa704854026c4eadbef8cfae066514fc95 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Fri, 4 Jan 2019 13:51:09 -0500 Subject: [PATCH] Update stx-horizon.master to include starlingx-dashboard Update the stx-horizon.master image build directives file to include starlingx-dashboard module in the image, and to add a customization hook to copy the themes to a common location. Depends-On: I5339c875ff7bec8a1b516b54819b7a7667895cee Change-Id: I563a7bf68f9c125fffd35bc857c8853d5efaa3b9 Story: 2004520 Task: 28728 Signed-off-by: Don Penney --- .../python-horizon/centos/stx-horizon.master_docker_image | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openstack/python-horizon/centos/stx-horizon.master_docker_image b/openstack/python-horizon/centos/stx-horizon.master_docker_image index 1d261ca4..e60f2072 100644 --- a/openstack/python-horizon/centos/stx-horizon.master_docker_image +++ b/openstack/python-horizon/centos/stx-horizon.master_docker_image @@ -4,10 +4,11 @@ PROJECT=horizon PROJECT_REPO=https://github.com/openstack/horizon.git PIP_PACKAGES="pycrypto python-ceilometerclient \ coverage pyudev \ - ldap pylint" + 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 \ + 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 \ "