Enable NFS snapshots

Test NFS snapshots.

Change-Id: Ie746d854f70726e8bc22c48ca34e8a8880a86cac
This commit is contained in:
Eric Harney 2017-01-19 11:32:33 -05:00
parent 376f4c1ecc
commit 152c732861
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function configure_cinder_nfs {
# Configures tempest for running Cinder volume API tests with an NFS backend.
function configure_tempest_nfs {
# The Cinder NFS backend doesn't yet support snapshot, backup or clone.
iniset $TEMPEST_CONFIG volume-feature-enabled snapshot False
iniset $TEMPEST_CONFIG volume-feature-enabled snapshot True
iniset $TEMPEST_CONFIG volume-feature-enabled backup False
iniset $TEMPEST_CONFIG volume-feature-enabled clone False
iniset $TEMPEST_CONFIG volume-feature-enabled manage_snapshot False