Fix default share type setting

Change [1] correctly attempted to set the default share type
for HDFS to include ``create_share_from_snapshot_support=True`,`
but there is a syntax issue when devstack attempts to
set this extra-spec in the share type so that results in
the server considering the request to be malformed [2].

Remove the extra quotation marks that cause this issue.

Closes-Bug: #1655495

[1] I8f1670439d6d0aa92378b3b3f13a4cdb2e628a21
[2] http://logs.openstack.org/03/395003/1/check/gate-manila-tempest-dsvm-hdfs-ubuntu-xenial-nv/827d7a4/logs/devstacklog.txt.gz#_2017-01-04_21_28_24_052

Change-Id: Ib82a9280c86042ffc0692b7106de11dc6b9ed028
This commit is contained in:
Tom Barron 2017-01-10 21:43:20 +00:00
parent 6c84ac8a20
commit 8e66aa029a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +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_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