Add trove and sahara dashboard ubuntu binary

Change-Id: I2b2ef84589ca6cbb0d27934000f9640a8eb202a3
Closes-Bug: #1660092
(cherry picked from commit 861915767b)
This commit is contained in:
Eduardo Gonzalez 2017-01-29 01:19:22 +00:00
parent abccb1f32c
commit 61c1c1bbd2
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,9 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
'libapache2-mod-wsgi',
'gettext',
'python-manila-ui',
'python-murano-dashboard'
'python-murano-dashboard',
'python-sahara-dashboard',
'python-trove-dashboard'
] %}
{{ macros.install_packages(horizon_packages | customizable("packages")) }}