diff --git a/doc/common/section_cli_nova_customize_flavors.xml b/doc/common/section_cli_nova_customize_flavors.xml index 9020a0fb7d..4f1015a52b 100644 --- a/doc/common/section_cli_nova_customize_flavors.xml +++ b/doc/common/section_cli_nova_customize_flavors.xml @@ -201,13 +201,13 @@ Bandwidth I/O Incoming and outgoing traffic can be shaped independently. The bandwidth element can have at - most one inbound and at most one outbound child element. If you leave any of - these children element out, no quality of service (QoS) is applied on that + most, one inbound and at most, one outbound child element. If you leave any of + these child elements out, no quality of service (QoS) is applied on that traffic direction. So, if you want to shape only the network's incoming traffic, use inbound only (and vice versa). Each element has one mandatory attribute average, which specifies the average bit rate on the interface being shaped. There are also two optional attributes (integer): , which - specifies maximum rate at which bridge can send data (kilobytes/second), and + specifies the maximum rate at which a bridge can send data (kilobytes/second), and , the amount of bytes that can be burst at peak speed (kilobytes). The rate is shared equally within domains connected to the network. @@ -219,7 +219,7 @@ Watchdog behavior For the libvirt driver, you can enable and set the behavior of a virtual hardware watchdog device for each flavor. Watchdog devices keep an eye - on the guest server, and carry out the configured action if the server hangs. + on the guest server, and carry out the configured action, if the server hangs. The watchdog uses the i6300esb device (emulating a PCI Intel 6300ESB). If hw_watchdog_action is not specified, the watchdog is disabled.