upstream/openstack/python-horizon/centos/stx-horizon.pike_docker_image
Kristine Bujold 84e7e566ff Remove wrs-configutilities SDK Module
With the StarlingX move to supporting pure upstream OpenStack, the
majority of the SDK Modules are related to functionality no longer
supported. The remaining SDK Modules will be moved to StarlingX
documentation.

Story: 2005275
Task: 30264
Depends-On: https://review.openstack.org/#/c/649175

Change-Id: Ic90c353719ee0c0b55066a6b4c185445fec9073a
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
2019-04-01 16:05:27 -04:00

16 lines
750 B
Plaintext

BUILDER=loci
LABEL=stx-horizon
PROJECT=horizon
PROJECT_REPO=https://github.com/starlingx-staging/stx-horizon.git
PIP_PACKAGES="pycrypto python-ceilometerclient python-cephclient \
sm_client cgtsclient cgcs_patch sysinv nfv_client \
tsconfig coverage pyudev fm_api fm_core platform_util \
controllerconfig ldap distributedcloud_client 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 && \
cp -r /var/lib/openstack/lib/python2.7/site-packages/starlingx_dashboard/themes/starlingx/ /var/lib/openstack/lib/python2.7/site-packages/openstack_dashboard/themes/starlingx/ \
"