From 6c84ac8a20258fde254834c49f71fcb0e8fb7ab4 Mon Sep 17 00:00:00 2001 From: Clinton Knight Date: Tue, 8 Nov 2016 09:53:20 -0500 Subject: [PATCH] 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 --- devstack/settings | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/settings b/devstack/settings index ce39f08..ec12b2b 100644 --- a/devstack/settings +++ b/devstack/settings @@ -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