From 152c732861e59b0c01bc022eea78662184727425 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 19 Jan 2017 11:32:33 -0500 Subject: [PATCH] Enable NFS snapshots Test NFS snapshots. Change-Id: Ie746d854f70726e8bc22c48ca34e8a8880a86cac --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 3edafd5..473ead0 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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