Skip to content

Commit 3479eb7

Browse files
markgoddardhrw
authored andcommitted
horizon: add various dashboard plugins for ubuntu/binary
These were added for Debian/binary, but not Ubuntu/binary. Change-Id: I74bfa6326d8a72f9bba409e6a725fdb55b48c6b1 Closes-Bug: #1931075
1 parent bc4c654 commit 3479eb7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docker/horizon/Dockerfile.j2

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,27 +50,28 @@ RUN ln -s /usr/share/openstack-dashboard/openstack_dashboard /usr/lib/python{{ d
5050
'gettext',
5151
'locales',
5252
'openstack-dashboard',
53+
'python3-cloudkitty-dashboard',
5354
'python3-designate-dashboard',
55+
'python3-freezer-web-ui',
5456
'python3-heat-dashboard',
57+
'python3-ironic-ui',
58+
'python3-magnum-ui',
5559
'python3-manila-ui',
60+
'python3-mistral-dashboard',
5661
'python3-murano-dashboard',
62+
'python3-neutron-vpnaas-dashboard',
5763
'python3-octavia-dashboard',
5864
'python3-sahara-dashboard',
65+
'python3-senlin-dashboard',
5966
'python3-trove-dashboard',
67+
'python3-vitrage-dashboard',
6068
'python3-watcher-dashboard',
6169
'tzdata',
6270
] %}
71+
6372
{% if base_distro == 'debian' %}
6473
{% set horizon_packages = horizon_packages + [
65-
'python3-cloudkitty-dashboard',
66-
'python3-freezer-web-ui',
67-
'python3-ironic-ui',
68-
'python3-magnum-ui',
69-
'python3-masakari-dashboard',
70-
'python3-mistral-dashboard',
71-
'python3-neutron-vpnaas-dashboard',
72-
'python3-senlin-dashboard',
73-
'python3-vitrage-dashboard',
74+
'python3-masakari-dashboard',
7475
] %}
7576
{% endif %}
7677

0 commit comments

Comments
 (0)