From 478795611fc93977c44c0240533e8aeed30c757b Mon Sep 17 00:00:00 2001 From: Zain Marvi Date: Wed, 8 Apr 2026 14:50:56 +0000 Subject: [PATCH] update variables to use OS_VERSION --- ContainerFiles/horizon | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ContainerFiles/horizon b/ContainerFiles/horizon index a9463c29..eba7fa81 100644 --- a/ContainerFiles/horizon +++ b/ContainerFiles/horizon @@ -38,18 +38,18 @@ RUN sed -i '/^horizon.*/d' /tmp/upper-constraints.txt RUN sed -i '/^pyScss.*/d' /tmp/upper-constraints.txt RUN /var/lib/openstack/bin/pip install --constraint /tmp/upper-constraints.txt \ git+https://opendev.org/openstack/horizon.git@${OS_VERSION}#egg=horizon \ - git+https://opendev.org/openstack/adjutant-ui@${OS_CONSTRAINTS}#egg=adjutant-ui \ - git+https://opendev.org/openstack/designate-dashboard@${OS_CONSTRAINTS}#egg=designate_dashboard \ + git+https://opendev.org/openstack/adjutant-ui@${OS_VERSION}#egg=adjutant-ui \ + git+https://opendev.org/openstack/designate-dashboard@${OS_VERSION}#egg=designate_dashboard \ git+https://opendev.org/openstack/cloudkitty-dashboard.git@${OS_VERSION}#egg=cloudkitty_dashboard \ - git+https://opendev.org/openstack/heat-dashboard@${OS_CONSTRAINTS}#egg=heat_dashboard \ - git+https://opendev.org/openstack/ironic-ui@${OS_CONSTRAINTS}#egg=ironic-ui \ - git+https://opendev.org/openstack/magnum-ui@${OS_CONSTRAINTS}#egg=magnum-ui \ - git+https://opendev.org/openstack/manila-ui.git@${OS_CONSTRAINTS}#egg=manila-ui \ - git+https://opendev.org/openstack/masakari-dashboard@${OS_CONSTRAINTS}#egg=masakari_dashboard \ - git+https://opendev.org/openstack/mistral-dashboard.git@${OS_CONSTRAINTS}#egg=mistral-dashboard \ - git+https://opendev.org/openstack/neutron-vpnaas-dashboard@${OS_CONSTRAINTS}#egg=neutron_vpnaas_dashboard \ - git+https://opendev.org/openstack/neutron-fwaas-dashboard@${OS_CONSTRAINTS}#egg=neutron_fwaas_dashboard \ - git+https://opendev.org/openstack/octavia-dashboard@${OS_CONSTRAINTS}#egg=octavia_dashboard \ + git+https://opendev.org/openstack/heat-dashboard@${OS_VERSION}#egg=heat_dashboard \ + git+https://opendev.org/openstack/ironic-ui@${OS_VERSION}#egg=ironic-ui \ + git+https://opendev.org/openstack/magnum-ui@${OS_VERSION}#egg=magnum-ui \ + git+https://opendev.org/openstack/manila-ui.git@${OS_VERSION}#egg=manila-ui \ + git+https://opendev.org/openstack/masakari-dashboard@${OS_VERSION}#egg=masakari_dashboard \ + git+https://opendev.org/openstack/mistral-dashboard.git@${OS_VERSION}#egg=mistral-dashboard \ + git+https://opendev.org/openstack/neutron-vpnaas-dashboard@${OS_VERSION}#egg=neutron_vpnaas_dashboard \ + git+https://opendev.org/openstack/neutron-fwaas-dashboard@${OS_VERSION}#egg=neutron_fwaas_dashboard \ + git+https://opendev.org/openstack/octavia-dashboard@${OS_VERSION}#egg=octavia_dashboard \ PyMySQL \ pymemcache \ python-memcached