238257b312
Migrate optional deployment configuration options to the developer docs Change-Id: Ia615cb0c0e8108dfb121d4d7c6c029faa71344e7 Implements: blueprint osa-install-guide-overhaul
19 lines
551 B
ReStructuredText
19 lines
551 B
ReStructuredText
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
|
|
|
Configuring the hypervisor (optional)
|
|
=====================================
|
|
|
|
By default, the KVM hypervisor is used. If you are deploying to a host
|
|
that does not support KVM hardware acceleration extensions, select a
|
|
suitable hypervisor type such as ``qemu`` or ``lxc``. To change the
|
|
hypervisor type, uncomment and edit the following line in the
|
|
``/etc/openstack_deploy/user_variables.yml`` file:
|
|
|
|
.. code-block:: yaml
|
|
|
|
# nova_virt_type: kvm
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|