Experiment: set creat_share_from_snapshot_support capability for
Tempest for native glusterfs driver

Change-Id: I01d266cd9c3d95e8eacd06641fa0cbb577bebe80
This commit is contained in:
Tom Barron 2016-12-26 13:24:19 -05:00
parent a48b35f0d0
commit 3fdf119990
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ if [[ "$GLUSTERFS_MANILA_DRIVER_TYPE" == "glusterfs-native" ]]; then
iniset $TEMPEST_CONFIG share enable_ip_rules_for_protocols
iniset $TEMPEST_CONFIG share enable_cert_rules_for_protocols glusterfs
iniset $TEMPEST_CONFIG share capability_snapshot_support True
iniset $TEMPEST_CONFIG share capablilty_create_share_from_snapshot_support True
# ro access_level is not supported by the driver.
iniset $TEMPEST_CONFIG share enable_ro_access_level_for_protocols
else