Updates in section_cli_nova_customize_flavors

1) scope 'quota' was added to 'Disk tuning' section
2) scope 'driver' was added to 'Watchdog behavior' section

Change-Id: I8da74f2fa4178df09cd973e23542c0793d1829a4
Related-Bug: #1367344
This commit is contained in:
pkholkin 2014-09-12 19:54:56 +04:00
parent 0085dc19c5
commit 1c107ab313

View File

@ -183,7 +183,7 @@
<para>Using disk I/O quotas, you can set maximum disk
write to 10 MB per second for a VM user. For
example:</para>
<screen><prompt>$</prompt> <userinput>nova flavor-key m1.medium set disk_write_bytes_sec=10485760</userinput></screen>
<screen><prompt>$</prompt> <userinput>nova flavor-key m1.medium set quota:disk_write_bytes_sec=10485760</userinput></screen>
<para>The disk I/O options are:</para>
<itemizedlist>
<listitem>
@ -268,7 +268,7 @@
<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 hw_watchdog_action=<replaceable>ACTION</replaceable></userinput></screen>
<screen><prompt>$</prompt> <userinput>nova flavor-key <replaceable>FLAVOR-NAME</replaceable> set driver:hw_watchdog_action=<replaceable>ACTION</replaceable></userinput></screen>
<para>Valid <replaceable>ACTION</replaceable> values
are:</para>
<itemizedlist>