cleanup: remove DEVSTACK_CINDER_SECURE_DELETE

CINDER_SECURE_DELETE is deprecated in devstack as of liberty.
See:
https://review.openstack.org/#/c/421253/
https://review.openstack.org/#/c/465513/

Change-Id: I4f4c7a63b99620d63cb7866bf67522081609c12e
This commit is contained in:
Isaac Beckman 2017-05-17 15:07:04 +03:00
parent 28f3904030
commit d18594a33e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ work. Update backend information to fit your environment.
n-api,n-cond,n-cpu,n-crt,n-net,n-sch,rabbit,tempest
CINDER_ENABLED_BACKENDS=lvmdriver-1
CINDER_DEFAULT_VOLUME_TYPE=lvmdriver-1
CINDER_SECURE_DELETE=False
CINDER_VOLUME_CLEAR=none
TEMPEST_ENABLED_BACKENDS=lvmdriver-1
TEMPEST_VOLUME_DRIVER=lvmdriver-1
TEMPEST_VOLUME_VENDOR="Open Source"