From b3390c97f2b7b48048a02e84d54ac4503e765ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 27 Feb 2018 18:28:33 +0100 Subject: [PATCH] Install heat-dashboard in rpm based distros The heat-dashboard was recently packaged in RDO [1], let's add it to the rpm based distros. [1] https://github.com/rdo-packages/heat-dashboard-distgit Change-Id: I0652e172f3651b427805aa3673527677bd3429d8 Related-Bug: #1752132 --- docker/horizon/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/horizon/Dockerfile.j2 b/docker/horizon/Dockerfile.j2 index 19c98ea0da..b4281f44c2 100644 --- a/docker/horizon/Dockerfile.j2 +++ b/docker/horizon/Dockerfile.j2 @@ -9,7 +9,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build {% if install_type == 'binary' %} {% if base_distro in ['centos', 'oraclelinux', 'rhel'] %} - # TODO(jeffrey4l): openstack-heat-dashboard is missing {% set horizon_packages = [ 'gettext', 'httpd', @@ -17,6 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build 'mod_wsgi', 'openstack-cloudkitty-ui', 'openstack-dashboard', + 'openstack-heat-ui', 'openstack-ironic-ui', 'openstack-magnum-ui', 'openstack-manila-ui',