Fix hw_watchdog_action syntax
driver:hw_watchdog_action is wrong, it should be hw:watchdog_action. Change-Id: I696772737958fe4f7876f2e6168d9408f41622ea Related-Bug: #1367344
This commit is contained in:
@@ -265,10 +265,10 @@
|
||||
out the configured action, if the server hangs.
|
||||
The watchdog uses the i6300esb device (emulating a
|
||||
PCI Intel 6300ESB). If
|
||||
<literal>hw_watchdog_action</literal> is not
|
||||
<literal>hw:watchdog_action</literal> is not
|
||||
specified, the watchdog is disabled.</para>
|
||||
<para>To set the behavior, use:</para>
|
||||
<screen><prompt>$</prompt> <userinput>nova flavor-key <replaceable>FLAVOR-NAME</replaceable> set driver:hw_watchdog_action=<replaceable>ACTION</replaceable></userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>nova flavor-key <replaceable>FLAVOR-NAME</replaceable> set hw:watchdog_action=<replaceable>ACTION</replaceable></userinput></screen>
|
||||
<para>Valid <replaceable>ACTION</replaceable> values
|
||||
are:</para>
|
||||
<itemizedlist>
|
||||
|
||||
Reference in New Issue
Block a user