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:
Andreas Jaeger
2014-10-10 15:44:45 +02:00
parent fb8bc4ee6c
commit ba2fa4c857
2 changed files with 4 additions and 4 deletions

View File

@@ -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>