horizon: add various dashboard plugins for ubuntu/binary
These were added for Debian/binary, but not Ubuntu/binary. Change-Id: I74bfa6326d8a72f9bba409e6a725fdb55b48c6b1 Closes-Bug: #1931075
This commit is contained in:
parent
bc4c654e9b
commit
3479eb7814
@ -50,27 +50,28 @@ RUN ln -s /usr/share/openstack-dashboard/openstack_dashboard /usr/lib/python{{ d
|
||||
'gettext',
|
||||
'locales',
|
||||
'openstack-dashboard',
|
||||
'python3-cloudkitty-dashboard',
|
||||
'python3-designate-dashboard',
|
||||
'python3-freezer-web-ui',
|
||||
'python3-heat-dashboard',
|
||||
'python3-ironic-ui',
|
||||
'python3-magnum-ui',
|
||||
'python3-manila-ui',
|
||||
'python3-mistral-dashboard',
|
||||
'python3-murano-dashboard',
|
||||
'python3-neutron-vpnaas-dashboard',
|
||||
'python3-octavia-dashboard',
|
||||
'python3-sahara-dashboard',
|
||||
'python3-senlin-dashboard',
|
||||
'python3-trove-dashboard',
|
||||
'python3-vitrage-dashboard',
|
||||
'python3-watcher-dashboard',
|
||||
'tzdata',
|
||||
] %}
|
||||
|
||||
{% if base_distro == 'debian' %}
|
||||
{% set horizon_packages = horizon_packages + [
|
||||
'python3-cloudkitty-dashboard',
|
||||
'python3-freezer-web-ui',
|
||||
'python3-ironic-ui',
|
||||
'python3-magnum-ui',
|
||||
'python3-masakari-dashboard',
|
||||
'python3-mistral-dashboard',
|
||||
'python3-neutron-vpnaas-dashboard',
|
||||
'python3-senlin-dashboard',
|
||||
'python3-vitrage-dashboard',
|
||||
'python3-masakari-dashboard',
|
||||
] %}
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user