Merge "Remove horizon ui plugins we don't support"

This commit is contained in:
Zuul 2018-05-21 18:19:36 +00:00 committed by Gerrit Code Review
commit cef9c40651

View File

@ -116,6 +116,14 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
'ruby-devel'
] %}
# Horizon dashboards we do not support
# See LP#1767520
{% set horizon_packages_remove = [
'openstack-cloudkitty-ui',
'openstack-murano-ui',
'openstack-trove-ui'
] %}
# Required for nova migration
{% set nova_compute_packages_append = ['openstack-nova-migration', 'openssh-server'] %}
{% set nova_libvirt_packages_append = ['openstack-nova-migration'] %}