Merge "Add ironic as a valid hypervisor_type"
This commit is contained in:
commit
fd28ac9b81
@ -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>
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user