Merge "Document the new image property hw_serial_port_count"

This commit is contained in:
Jenkins 2014-09-10 01:20:20 +00:00 committed by Gerrit Code Review
commit 0fcce67bd7

View File

@ -276,6 +276,15 @@
<td><literal>virtio-scsi</literal> <td><literal>virtio-scsi</literal>
</td> </td>
</tr> </tr>
<tr valign="top">
<td>libvirt API driver</td>
<td>hw_serial_port_count</td>
<td>Specifies the count of serial ports that should be provided. If <option>hw:serial_port_count</option>
is not set in the flavor's <option>extra_specs</option>, then any count is permitted.
If <option>hw:serial_port_count</option> is set, then this provides the default serial port count.
It is permitted to override the default serial port count, but only with a lower value.</td>
<td>Integer</td>
</tr>
<tr valign="top"> <tr valign="top">
<td>libvirt API driver</td> <td>libvirt API driver</td>
<td>hw_video_model</td> <td>hw_video_model</td>