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=751f9472c379195863d53039016ae7be866d0f43;hp=78b44abfb21666882f87df88b96fd946bf26ef22;hpb=91d7c1ee52322acad08e9f81228ac36b3aa684f5;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; }