diff --git a/doc/install-guide/section_nova-compute.xml b/doc/install-guide/section_nova-compute.xml
index fa18c49af6..2e7cbc4f81 100644
--- a/doc/install-guide/section_nova-compute.xml
+++ b/doc/install-guide/section_nova-compute.xml
@@ -180,7 +180,33 @@ novncproxy_base_url=http://controller:6080/vnc_auto.h
...
glance_host=controller
-
+
+ If you install Compute on a virtual machine for testing
+ purposes, you must determine whether your hypervisor and/or CPU
+ support nested hardware acceleration using the following
+ command:
+ # egrep -c '(vmx|svm)' /proc/cpuinfo
+ If this command returns a value of
+ one or greater, your hypervisor and/or CPU
+ support nested hardware acceleration which requires no
+ additional configuration.
+ If this command returns a value of
+ zero, your hypervisor and/or CPU do not
+ support nested hardware acceleration and
+ libvirt must use QEMU instead of KVM. Edit
+ the [DEFAULT] section in the
+ /etc/nova/nova-compute.conf file to modify
+ this key:
+ [DEFAULT]
+...
+libvirt_type = qemu
+ If this command returns
+ a value of zero, your hypervisor and/or CPU
+ do not support nested hardware acceleration and
+ libvirt must use QEMU instead of KVM.
+ Configure libvirt to use QEMU:
+ # openstack-config --set /etc/nova/nova.conf DEFAULT libvirt_type qemu
+
Edit the /etc/nova/api-paste.ini
file to add the credentials to the