Merge "Remove horizon ui plugins we don't support"
This commit is contained in:
commit
cef9c40651
@ -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'] %}
|
||||
|
Loading…
Reference in New Issue
Block a user