e9d7ee6bbc
This commit updates the openstack image directives to pull source from the opendev.org repo locations, rather than github.com Change-Id: I79120663c2441ce76b2803b6de8aad8c2fc44bf3 Story: 2004751 Task: 33483 Signed-off-by: Don Penney <don.penney@windriver.com>
15 lines
574 B
Plaintext
15 lines
574 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-horizon
|
|
PROJECT=horizon
|
|
PROJECT_REPO=https://opendev.org/openstack/horizon.git
|
|
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 \
|
|
"
|
|
|