Merge "Change Manila cephfs driver"

This commit is contained in:
Zuul 2020-01-08 15:36:41 +00:00 committed by Gerrit Code Review
commit 03bd2e8fda
2 changed files with 7 additions and 1 deletions

View File

@ -94,7 +94,7 @@ hitachi_hnas_file_system_name = {{ hnas_file_system_name }}
[cephfsnative1]
driver_handles_share_servers = False
share_backend_name = CEPHFS1
share_driver = manila.share.drivers.cephfs.cephfs_native.CephFSNativeDriver
share_driver = manila.share.drivers.cephfs.driver.CephFSDriver
cephfs_conf_path = /etc/ceph/ceph.conf
cephfs_auth_id = manila
cephfs_cluster_name = ceph

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Change Manila cephfs share driver to
``manila.share.drivers.cephfs.driver.CephFSDriver``, old driver was
deprecated.