X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fshutdown-impl%2Fsrc%2Fmain%2Fyang%2Fshutdown-impl.yang;h=883735c0c8d495c53c0eb2cc12db547507805ac3;hp=78b44abfb21666882f87df88b96fd946bf26ef22;hb=refs%2Fchanges%2F75%2F4275%2F1;hpb=b93d03906c0e83f36db5c08458edc35a5710af66 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; }