Fix build problem - qemu.xml had some validation problems.
Fixes bug 1031327 Unfortunately the actual validation problem is often masked by a "fake" validation problem with link linkend= internal cross references. Had to remove two linkend internal cross references to enable troubleshooting. Change-Id: I25d77d46be90d6979646af671a28958aa1baa5e6
This commit is contained in:
@@ -25,19 +25,19 @@
|
||||
required hardware support), you can use QEMU instead. KVM and QEMU have the same level of
|
||||
support in OpenStack, but KVM will provide better performance. To enable
|
||||
QEMU:<programlisting>compute_driver=libvirt.LibvirtDriver
|
||||
libvirt_type=qemu</programlisting>
|
||||
libvirt_type=qemu</programlisting></para>
|
||||
|
||||
<para>
|
||||
For some operations you may also have to install the <command>guestmount</command> utility:
|
||||
For some operations you may also have to install the <command>guestmount</command> utility:</para>
|
||||
<screen os="ubuntu">
|
||||
<prompt>$></prompt> <userinput>sudo apt-get install guestmount</userinput>
|
||||
</screen>
|
||||
<screen os="rhel;fedora;centos">
|
||||
<prompt>$></prompt> <userinput>sudo yum install libguestfs-tools</userinput>
|
||||
</screen>
|
||||
</para>
|
||||
|
||||
|
||||
The QEMU hypervisor supports the following virtual machine image formats:<itemizedlist>
|
||||
<para>The QEMU hypervisor supports the following virtual machine image formats:</para><itemizedlist>
|
||||
<listitem>
|
||||
<para>Raw</para>
|
||||
</listitem>
|
||||
@@ -47,7 +47,7 @@ libvirt_type=qemu</programlisting>
|
||||
<listitem>
|
||||
<para>VMWare virtual machine disk format (vmdk)</para>
|
||||
</listitem>
|
||||
</itemizedlist></para>
|
||||
</itemizedlist>
|
||||
<section xml:id="fixes-rhel-qemu" os="rhel;fedora;centos"><title>Tips and fixes for QEMU on RHEL</title>
|
||||
<para>
|
||||
If you are testing OpenStack in a virtual machine, you need to configure nova to use qemu without KVM and hardware virtualization. The second command relaxes SELinux rules to allow this mode of operation (https://bugzilla.redhat.com/show_bug.cgi?id=753589) The last 2 commands here work around a libvirt issue fixed in RHEL 6.4. Note nested virtualization will be the much slower TCG variety, and you should provide lots of memory to the top level guest, as the openstack created guests default to 2GM RAM with no overcommit.
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
||||
<title>Configuring the Dashboard</title>
|
||||
<para>A full example <filename>local_settings.py</filename> file is <link
|
||||
linkend="local-settings-py-file">included in the Appendix</link> of the OpenStack
|
||||
<para>A full example <filename>local_settings.py</filename> file is included in the Appendix of the OpenStack
|
||||
Install and Deploy manual. Here are some common options:</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
server for the changes to take effect.</para>
|
||||
<note><para>This guide has selected memcache as a
|
||||
session store for OpenStack Dashboard. There are other options available,
|
||||
each with benefits and drawbacks. Refer to the
|
||||
<link linkend="dashboard-sessions">OpenStack Dashboard Session Storage</link> section
|
||||
each with benefits and drawbacks. Refer to the OpenStack Dashboard Session Storage section
|
||||
for more information.</para></note>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user