Add masakari-dashboard to debian binary horizon image

This patch is adding python3-masakari-dashboard
to debian binary image as we added masakari-dashboard
to debian in wallaby cycle.

Change-Id: Ie3f357eaae5d1378ada32451dbd74f01f5cd2ba2
This commit is contained in:
Michal Arbet 2021-07-03 11:21:56 +02:00
parent 5e0b238b01
commit 4c2990a99f
2 changed files with 4 additions and 0 deletions

View File

@ -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',

View File

@ -0,0 +1,3 @@
---
features:
- Add masakari-dashboard to debian binary horizon image.