Merge "Add ironic as a valid hypervisor_type"

This commit is contained in:
Jenkins 2015-09-14 23:56:59 +00:00 committed by Gerrit Code Review
commit fd28ac9b81
2 changed files with 13 additions and 7 deletions

View File

@ -118,10 +118,15 @@
<td>The hypervisor type. Note that
<literal>qemu</literal> is used for both QEMU and KVM
hypervisor types.</td>
<td><literal>xen</literal>, <literal>qemu</literal>,
<literal>lxc</literal>, <literal>uml</literal>,
<literal>vmware</literal>, or
<literal>hyperv</literal></td>
<td>
<literal>hyperv</literal>,
<literal>ironic</literal>,
<literal>lxc</literal>,
<literal>qemu</literal>,
<literal>uml</literal>,
<literal>vmware</literal>, or
<literal>xen</literal>.
</td>
</tr>
<tr valign="top">
<td>All</td>

View File

@ -766,9 +766,10 @@ trusty-server-cloudimg-amd64-disk1.vmdk</userinput></screen>
the <option>hypervisor_type</option> tag to match images to
the correct hypervisor type. For VMware images, set the
hypervisor type to <literal>vmware</literal>. Other valid
hypervisor types include: <literal>xen</literal>,
<literal>qemu</literal>, <literal>lxc</literal>,
<literal>uml</literal>, and <literal>hyperv</literal>.
hypervisor types include: <literal>hyperv</literal>,
<literal>ironic</literal>, <literal>lxc</literal>,
<literal>qemu</literal>, <literal>uml</literal>, and
<literal>xen</literal>.
Note that <literal>qemu</literal> is used for both QEMU and
KVM hypervisor types.</para>
<screen><prompt>$</prompt> <userinput>glance image-create --name "ubuntu-thick-scsi" --disk-format vmdk \