Merge "Add manila data source type to OS::Sahara::DataSource"

This commit is contained in:
Jenkins 2015-10-23 16:04:03 +00:00 committed by Gerrit Code Review
commit dd20d68049

View File

@ -42,9 +42,9 @@ class DataSource(resource.Resource):
)
_DATA_SOURCE_TYPES = (
SWIFT, HDFS, MAPRFS
SWIFT, HDFS, MAPRFS, MANILA
) = (
'swift', 'hdfs', 'maprfs'
'swift', 'hdfs', 'maprfs', 'manila'
)
properties_schema = {