Merge "Add CEPHFS manila share protocol"
This commit is contained in:
commit
e33070d846
@ -78,7 +78,7 @@ class ManilaShare(resource.Resource):
|
|||||||
_('Share protocol supported by shared filesystem.'),
|
_('Share protocol supported by shared filesystem.'),
|
||||||
required=True,
|
required=True,
|
||||||
constraints=[constraints.AllowedValues(
|
constraints=[constraints.AllowedValues(
|
||||||
['NFS', 'CIFS', 'GlusterFS', 'HDFS'])]
|
['NFS', 'CIFS', 'GlusterFS', 'HDFS', 'CEPHFS'])]
|
||||||
),
|
),
|
||||||
SIZE: properties.Schema(
|
SIZE: properties.Schema(
|
||||||
properties.Schema.INTEGER,
|
properties.Schema.INTEGER,
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
'CEPHFS' can be used as a share protocol when using OS::Manila::Share
|
||||||
|
resource.
|
Loading…
x
Reference in New Issue
Block a user