[admin-guide-cloud] Fix typo

Change-Id: I4cc7d812449c36dc7c18793d1b11299cea4eb58b
This commit is contained in:
KATO Tomoyuki 2015-08-12 21:33:21 +09:00
parent 40a877b000
commit 2963bc50f1
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ When you attempt to create a VM, the error shows the VM is in the
Solution
~~~~~~~~
On the KVM host run, ``cat /proc/cpuinfo``. Make sure the ``vme`` and
On the KVM host, run ``cat /proc/cpuinfo``. Make sure the ``vmx`` or
``svm`` flags are set.
Follow the instructions in the `enabling KVM

View File

@ -13,8 +13,8 @@
</section>
<section xml:id="section_ts_no_emulator_x86_64_solution">
<title>Solution</title>
<para>On the KVM host run, <code>cat /proc/cpuinfo</code>. Make sure the <code>vme</code>
and <code>svm</code> flags are set.</para>
<para>On the KVM host, run <code>cat /proc/cpuinfo</code>. Make sure the <code>vmx</code>
or <code>svm</code> flags are set.</para>
<para>Follow the instructions in the
<link xlink:href="http://docs.openstack.org/kilo/config-reference/content/kvm.html#section_kvm_enable">
enabling KVM section</link> of the <citetitle>Configuration