HDFS testing with non-default snapshot extra specs

Now that snapshot_support isn't provided by default, and
create_share_from_snapshot_support is also needed for testing
some snapshot functionality, we must update the default share type
to provide values for each of these.

Change-Id: I8f1670439d6d0aa92378b3b3f13a4cdb2e628a21
Depends-On: Ib0ad5fbfdf6297665c208149b08c8d21b3c232be
Implements: blueprint add-create-share-from-snapshot-extra-spec
This commit is contained in:
Clinton Knight 2016-11-08 09:53:20 -05:00
parent f555a915a6
commit 6c84ac8a20
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ MANILA_DEFAULT_SHARE_TYPE=hdfs_share
MANILA_ENABLED_BACKENDS=hdfs1,hdfs2
MANILA_CONFIGURE_GROUPS=hdfs1,hdfs2
MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS="'snapshot_support=True create_share_from_snapshot_support=True'"
MANILA_OPTGROUP_hdfs1_share_driver=manila.share.drivers.hdfs.hdfs_native.HDFSNativeShareDriver
MANILA_OPTGROUP_hdfs1_hdfs_namenode_ip=127.0.0.1