[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
(cherry picked from commit 1d5a208c2e)
This commit is contained in:
Dincer Celik 2019-11-07 21:02:53 +03:00 committed by Mark Goddard
parent 77028db907
commit eedc78092f
1 changed files with 1 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'