cleanup: remove DEVSTACK_CINDER_SECURE_DELETE

CINDER_SECURE_DELETE is deprecated in devstack as of liberty
Marked to be removed after kilo-eol

Change-Id: I987b2938249bb2fde108a733543272d5fcb506f8
This commit is contained in:
Isaac Beckman 2017-01-17 14:52:33 +02:00
parent 61a55e17c1
commit 5c1f3048f8
2 changed files with 0 additions and 10 deletions

View File

@ -186,13 +186,6 @@ export DEVSTACK_GATE_SMOKE_SERIAL=${DEVSTACK_GATE_SMOKE_SERIAL:-0}
# for tempest will be the one chosen by devstack.
export DEVSTACK_GATE_TEMPEST_DISABLE_TENANT_ISOLATION=${DEVSTACK_GATE_TEMPEST_DISABLE_TENANT_ISOLATION:-0}
# Set to 1 to enable Cinder secure delete.
# False by default to avoid dd problems on Precise.
# https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1023755
# TODO(mriedem): CINDER_SECURE_DELETE is deprecated in devstack as of liberty.
# Remove after kilo-eol happens in devstack.
export DEVSTACK_CINDER_SECURE_DELETE=${DEVSTACK_CINDER_SECURE_DELETE:-0}
# Should cinder perform secure deletion of volumes?
# Defaults to none to avoid bug 1023755. Can also be set to zero or shred.
# Only applicable to stable/liberty+ devstack.

View File

@ -394,9 +394,6 @@ function setup_localrc {
localrc_set "$localrc_file" "PUBLIC_BRIDGE_MTU" "$EXTERNAL_BRIDGE_MTU"
fi
if [[ "$DEVSTACK_CINDER_SECURE_DELETE" -eq "0" ]]; then
localrc_set "$localrc_file" "CINDER_SECURE_DELETE" "False"
fi
localrc_set "$localrc_file" "CINDER_VOLUME_CLEAR" "${DEVSTACK_CINDER_VOLUME_CLEAR}"
if [[ "$DEVSTACK_GATE_TEMPEST_HEAT_SLOW" -eq "1" ]]; then