Removes Unnecessary Table

Removes code section being displayed inside table.

Change-Id: I6403917e800d77457ab1ac0fcaa67ad636ab002e
This commit is contained in:
Pranav Salunke 2014-05-02 15:34:30 +05:30 committed by Andreas Jaeger
parent ec22ae0689
commit 67156df5bf

View File

@ -81,20 +81,12 @@
</tbody> </tbody>
</informaltable> </informaltable>
<para>If you don't know whether your processor is VT enabled, you <para>If you don't know whether your processor is VT enabled, you
could check it by installing cpu checker</para> could check it by installing cpu checker:</para>
<informaltable class="c25"> <screen><prompt>#</prompt> <userinput>apt-get install cpu-checker</userinput>
<tbody> <prompt>#</prompt> <userinput>kvm-ok</userinput></screen>
<tr> <para>If your device does not support VT it will show:</para>
<td rowspan="1" colspan="1"><screen><prompt>#</prompt> <userinput>apt-get install cpu-checker</userinput></screen></td> <screen><computeroutput>INFO:Your CPU does not support KVM extensions
</tr> KVM acceleration can NOT be used</computeroutput></screen>
<tr>
<td><screen><prompt>#</prompt> <userinput>kvm-ok</userinput></screen></td>
</tr>
</tbody>
</informaltable>
<para>If your device does not support VT it will show</para>
<para>INFO:Your CPU does not support KVM extensions</para>
<para>KVM acceleration can NOT be used</para>
<para>You will still be able to use Virtual Box but the instances <para>You will still be able to use Virtual Box but the instances
will be very slow.</para> will be very slow.</para>
<para>There are many ways to configure your OpenStack Setup, we <para>There are many ways to configure your OpenStack Setup, we