Add ironic as a valid hypervisor_type

Added ironic as a valid hypervisor_type and changed order of values to
be alphabetic for readability.

Change-Id: Ie76dc0d6667cb905d0d97c786b3040d1de1696f9
This commit is contained in:
Stephen Gordon
2015-09-10 10:43:26 -04:00
parent e2f9c4d0b8
commit 9df4d9f747
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 \