Merge "Install heat-dashboard in rpm based distros"
commit
77e6633a9b
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue