Merge "Add CEPHFS manila share protocol"

This commit is contained in:
Jenkins 2017-02-15 05:25:27 +00:00 committed by Gerrit Code Review
commit e33070d846
2 changed files with 6 additions and 1 deletions

View File

@ -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,

View File

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