From e958d746f56cdc27d8241da59cffd1723e04e387 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Wed, 14 Feb 2024 10:25:31 -0500 Subject: [PATCH] Mark nexenta_encryption option as deprecated This option doesn't do anything, was used by a driver removed in the Train release. Change-Id: Ia241027e0fb31c00e80d088f11ab50c375407519 --- cinder/volume/drivers/nexenta/options.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cinder/volume/drivers/nexenta/options.py b/cinder/volume/drivers/nexenta/options.py index 1fae9253aed..ebb0d666271 100644 --- a/cinder/volume/drivers/nexenta/options.py +++ b/cinder/volume/drivers/nexenta/options.py @@ -58,7 +58,10 @@ NEXENTA_EDGE_OPTS = [ cfg.BoolOpt('nexenta_encryption', default=False, help='Defines whether NexentaEdge iSCSI LUN object ' - 'has encryption enabled.') + 'has encryption enabled.', + deprecated_for_removal=True, + deprecated_since="2024.2", + deprecated_reason="Unused option") ] NEXENTA_CONNECTION_OPTS = [