Merge "Mark nexenta_encryption option as deprecated"
This commit is contained in:
commit
79629c346e
@ -58,7 +58,10 @@ NEXENTA_EDGE_OPTS = [
|
|||||||
cfg.BoolOpt('nexenta_encryption',
|
cfg.BoolOpt('nexenta_encryption',
|
||||||
default=False,
|
default=False,
|
||||||
help='Defines whether NexentaEdge iSCSI LUN object '
|
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 = [
|
NEXENTA_CONNECTION_OPTS = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user