Install glusterfs-client in Debuntu
Closes-Bug: #1964140 Change-Id: I4658a06b077d096ab9f2cb5070e39c98b5a27254
This commit is contained in:
parent
c14a366582
commit
da33e18ac8
@ -22,6 +22,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% set manila_share_packages = [
|
||||
'manila-share',
|
||||
'ceph-common',
|
||||
'glusterfs-client',
|
||||
'python3-cephfs',
|
||||
'python3-rados',
|
||||
'python3-rbd',
|
||||
@ -42,6 +43,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{% set manila_share_packages = [
|
||||
'ceph-common',
|
||||
'glusterfs-client',
|
||||
'python3-cephfs',
|
||||
'python3-rados',
|
||||
'python3-rbd',
|
||||
|
6
releasenotes/notes/bug-1964140-57b433329bab067e.yaml
Normal file
6
releasenotes/notes/bug-1964140-57b433329bab067e.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Installs ``glusterfs-client`` in Debian and Ubuntu ``manila-share`` images
|
||||
to support GlusterFS across supported distributions.
|
||||
`LP#1964140 <https://launchpad.net/bugs/1964140>`__
|
Loading…
Reference in New Issue
Block a user