image-guide use dom dumpxml command error

OPENSTACK VIRTUAL MACHINE IMAGE GUIDE, in the part of the Example: CentOS
image and Example: Ubuntu image, use the command dom dumpxml vm-image,
actually here is command virsh dumpxml vm-image

Change-Id: If771b3e0bf5f34685e44420bf5f276408463ee70
Closes-Bug: #1477417
This commit is contained in:
zhu.rong 2015-07-23 14:58:04 +08:00
parent 101b0c3573
commit 713929f6a2
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@
<para>To eject a disk by using the <command>virsh</command> command, libvirt requires that
you attach an empty disk at the same target that the CDROM was previously attached,
which should be <literal>hdc</literal>. You can confirm the appropriate target using the
<command>dom dumpxml <replaceable>vm-image</replaceable></command> command.</para>
<command>virsh dumpxml <replaceable>vm-image</replaceable></command> command.</para>
<screen><prompt>#</prompt> <userinput>virsh dumpxml centos-6.4</userinput>
<computeroutput>&lt;domain type='kvm'>
&lt;name>centos-6.4&lt;/name>

View File

@ -115,7 +115,7 @@
<para>To eject a disk using <command>virsh</command>, libvirt requires that you attach an
empty disk at the same target that the CDROM was previously attached, which should be
<literal>hdc</literal>. You can confirm the appropriate target using the
<command>dom dumpxml <replaceable>vm-image</replaceable></command> command.</para>
<command>virsh dumpxml <replaceable>vm-image</replaceable></command> command.</para>
<screen><prompt>#</prompt> <userinput>virsh dumpxml trusty</userinput>
<computeroutput>&lt;domain type='kvm'>
&lt;name>trusty&lt;/name>