Skip to content

Commit 2d8dde3

Browse files
committed
netapp: change auto_revert to False
As per Venkat's recommendation.
1 parent 7caa709 commit 2d8dde3

File tree

1 file changed

+1
-1
lines changed
  • python/understack-workflows/understack_workflows/netapp

1 file changed

+1
-1
lines changed

python/understack-workflows/understack_workflows/netapp/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def create_ip_interface(self, interface_spec: InterfaceSpec) -> InterfaceResult:
434434
interface.enabled = True
435435
interface.svm = {"name": interface_spec.svm_name}
436436
interface.location = {
437-
"auto_revert": True,
437+
"auto_revert": False,
438438
"home_port": {"uuid": interface_spec.home_port_uuid},
439439
"broadcast_domain": {"name": interface_spec.broadcast_domain_name},
440440
}

0 commit comments

Comments
 (0)