Merge "Fix parameters in VMware glance configuration"
This commit is contained in:
commit
3594e585ce
@ -345,8 +345,8 @@ datastore_regex=<optional datastore regex></programlisting>
|
||||
the following command creates a Monolithic Sparse image by
|
||||
setting <option>vmware_disktype</option> to
|
||||
<literal>sparse</literal>:</para>
|
||||
<screen><prompt>$</prompt> <userinput>glance image-create name="ubuntu-sparse" disk_format=vmdk \
|
||||
container_format=bare is_public=true \
|
||||
<screen><prompt>$</prompt> <userinput>glance image-create --name="ubuntu-sparse" --disk_format=vmdk \
|
||||
--container_format=bare --is_public=true \
|
||||
--property vmware_disktype="sparse" \
|
||||
--property vmware_ostype="ubuntu64Guest" < ubuntuLTS-sparse.vmdk</userinput></screen>
|
||||
<para>Note that specifying <literal>thin</literal> does not
|
||||
@ -391,8 +391,8 @@ precise-server-cloudimg-amd64-disk1.vmdk</userinput></screen>
|
||||
<para>Assuming a preallocated disk type and an iSCSI lsiLogic
|
||||
adapter type, the following command uploads the VMDK
|
||||
disk:</para>
|
||||
<screen><prompt>$</prompt> <userinput>glance image-create name="ubuntu-thick-scsi" disk_format=vmdk \
|
||||
container_format=bare is_public=true \
|
||||
<screen><prompt>$</prompt> <userinput>glance image-create --name="ubuntu-thick-scsi" --disk_format=vmdk \
|
||||
--container_format=bare --is_public=true \
|
||||
--property vmware_adaptertype="lsiLogic" \
|
||||
--property vmware_disktype="preallocated" \
|
||||
--property vmware_ostype="ubuntu64Guest" < ubuntuLTS-flat.vmdk</userinput></screen>
|
||||
@ -414,8 +414,8 @@ container_format=bare is_public=true \
|
||||
correct hypervisor type. For VMware images, set the hypervisor
|
||||
type to <literal>vmware</literal>. Other valid hypervisor
|
||||
types include: xen, qemu, kvm, lxc, uml, and hyperv.</para>
|
||||
<screen><prompt>$</prompt> <userinput>glance image-create name="ubuntu-thick-scsi" disk_format=vmdk \
|
||||
container_format=bare is_public=true \
|
||||
<screen><prompt>$</prompt> <userinput>glance image-create --name="ubuntu-thick-scsi" --disk_format=vmdk \
|
||||
--container_format=bare --is_public=true \
|
||||
--property vmware_adaptertype="lsiLogic" \
|
||||
--property vmware_disktype="preallocated" \
|
||||
--property hypervisor_type="vmware" \
|
||||
|
Loading…
Reference in New Issue
Block a user