Merge pull request #710 from coreycb/extra-specs

Use snapshot_support=True for manila share type
This commit is contained in:
coreycb
2022-02-24 12:31:26 -05:00
committed by GitHub
@@ -42,5 +42,5 @@ def setup_ganesha_share_type(manila_client=None):
extra_specs={
'vendor_name': 'Ceph',
'storage_protocol': 'NFS',
'snapshot_support': False,
'snapshot_support': True,
})