Merge "[manila] Fixes manila-share on debian/ubuntu" into stable/train

This commit is contained in:
Zuul 2019-11-11 10:59:00 +00:00 committed by Gerrit Code Review
commit f90c1ff1bf
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set manila_share_packages = [
'manila-share',
'ceph-common',
'python3-cephfs',
'python3-rados',
'python3-rbd',
'sqlite3'
@ -35,6 +36,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% elif base_package_type == 'deb' %}
{% set manila_share_packages = [
'ceph-common',
'python3-cephfs',
'python3-rados',
'python3-rbd',
'sqlite3'