From 713929f6a293581765d3133ea64f8f709b199252 Mon Sep 17 00:00:00 2001 From: "zhu.rong" Date: Thu, 23 Jul 2015 14:58:04 +0800 Subject: [PATCH] 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 --- doc/image-guide/section_centos-example.xml | 2 +- doc/image-guide/section_ubuntu-example.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/image-guide/section_centos-example.xml b/doc/image-guide/section_centos-example.xml index 3da95db894..b160d6876d 100644 --- a/doc/image-guide/section_centos-example.xml +++ b/doc/image-guide/section_centos-example.xml @@ -160,7 +160,7 @@ To eject a disk by using the virsh command, libvirt requires that you attach an empty disk at the same target that the CDROM was previously attached, which should be hdc. You can confirm the appropriate target using the - dom dumpxml vm-image command. + virsh dumpxml vm-image command. # virsh dumpxml centos-6.4 <domain type='kvm'> <name>centos-6.4</name> diff --git a/doc/image-guide/section_ubuntu-example.xml b/doc/image-guide/section_ubuntu-example.xml index c36a7c4225..10e6cfe454 100644 --- a/doc/image-guide/section_ubuntu-example.xml +++ b/doc/image-guide/section_ubuntu-example.xml @@ -115,7 +115,7 @@ To eject a disk using virsh, libvirt requires that you attach an empty disk at the same target that the CDROM was previously attached, which should be hdc. You can confirm the appropriate target using the - dom dumpxml vm-image command. + virsh dumpxml vm-image command. # virsh dumpxml trusty <domain type='kvm'> <name>trusty</name>