diff --git a/docker/horizon/Dockerfile.j2 b/docker/horizon/Dockerfile.j2 index ca3d726d13..6d7180e404 100644 --- a/docker/horizon/Dockerfile.j2 +++ b/docker/horizon/Dockerfile.j2 @@ -66,6 +66,7 @@ RUN ln -s /usr/share/openstack-dashboard/openstack_dashboard /usr/lib/python{{ d 'python3-freezer-web-ui', 'python3-ironic-ui', 'python3-magnum-ui', + 'python3-masakari-dashboard', 'python3-mistral-dashboard', 'python3-neutron-vpnaas-dashboard', 'python3-senlin-dashboard', diff --git a/releasenotes/notes/add-masakari-dashboard-eae5f216888e5fe0.yaml b/releasenotes/notes/add-masakari-dashboard-eae5f216888e5fe0.yaml new file mode 100644 index 0000000000..528859f778 --- /dev/null +++ b/releasenotes/notes/add-masakari-dashboard-eae5f216888e5fe0.yaml @@ -0,0 +1,3 @@ +--- +features: + - Add masakari-dashboard to debian binary horizon image.