[manila] Fixes manila-share on debian/ubuntu

manila-share cannot start on debian/ubuntu because python3-cephfs is missing.

Change-Id: Ia592dda4ee20979c701efe6007f236dba9848997
Closes-Bug: #1851692
This commit is contained in:
Dincer Celik 2019-11-07 21:02:53 +03:00
parent 3e8bef4e40
commit 1d5a208c2e
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'