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
This commit is contained in:
Eric Harney 2024-02-14 10:25:31 -05:00
parent 0581e8cbd6
commit e958d746f5
1 changed files with 4 additions and 1 deletions

View File

@ -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 = [