Skip to content
Snippets Groups Projects
Commit a6ccbe18 authored by Mauricio Lima's avatar Mauricio Lima Committed by Jeffrey Zhang
Browse files

Fix Manila-data binary distro

Closes-Bug: #1639011

Change-Id: Icc4e798590645910de1a86eaf46082343d999f6a
parent 7de2e520
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,13 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false
{% elif base_distro in ['ubuntu'] %}
{% set manila_data_packages = [
'manila-data'
'manila-data'
] %}
{{ macros.install_packages(manila_data_packages | customizable("packages")) }}
......
......@@ -70,6 +70,7 @@ class BuildTestCentosBinary(BuildTest, base.BaseTestCase):
"searchlight-base",
"senlin-base",
"vmtp",
"manila-data",
"watcher-base",
"congress-base",
"bifrost-base",
......@@ -123,6 +124,7 @@ class BuildTestOracleLinuxBinary(BuildTest, base.BaseTestCase):
"searchlight-base",
"senlin-base",
"vmtp",
"manila-data",
"watcher-base",
"congress-base",
"bifrost-base",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment