X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fshutdown-impl%2Fsrc%2Fmain%2Fyang%2Fshutdown-impl.yang;h=883735c0c8d495c53c0eb2cc12db547507805ac3;hb=87837c5398976e1f44418e9f161efea9d5fa4e7c;hp=78b44abfb21666882f87df88b96fd946bf26ef22;hpb=58fa0dd65634800eccaa1bbe85769835a0e6e071;p=controller.git diff --git a/opendaylight/config/shutdown-impl/src/main/yang/shutdown-impl.yang b/opendaylight/config/shutdown-impl/src/main/yang/shutdown-impl.yang index 78b44abfb2..883735c0c8 100644 --- a/opendaylight/config/shutdown-impl/src/main/yang/shutdown-impl.yang +++ b/opendaylight/config/shutdown-impl/src/main/yang/shutdown-impl.yang @@ -37,10 +37,6 @@ module shutdown-impl { type string; default ""; } - leaf old-secret { - type string; - default ""; - } } } @@ -63,6 +59,10 @@ module shutdown-impl { leaf input-secret { type string; } + leaf max-wait-time { + type uint32; + description "Maximum time in milliseconds before process is forcibly exited. Zero or null cancels this functionality."; + } leaf reason { type string; }