Merge "Add CEPHFS manila share protocol"

changes/39/415639/10
Jenkins 6 years ago committed by Gerrit Code Review
commit e33070d846

@ -78,7 +78,7 @@ class ManilaShare(resource.Resource):
_('Share protocol supported by shared filesystem.'),
required=True,
constraints=[constraints.AllowedValues(
['NFS', 'CIFS', 'GlusterFS', 'HDFS'])]
['NFS', 'CIFS', 'GlusterFS', 'HDFS', 'CEPHFS'])]
),
SIZE: properties.Schema(
properties.Schema.INTEGER,

@ -0,0 +1,5 @@
---
fixes:
- |
'CEPHFS' can be used as a share protocol when using OS::Manila::Share
resource.
Loading…
Cancel
Save