diff --git a/doc/install-guide/source/nova-compute-install.rst b/doc/install-guide/source/nova-compute-install.rst index 25a3bdc8eb..29327761f0 100644 --- a/doc/install-guide/source/nova-compute-install.rst +++ b/doc/install-guide/source/nova-compute-install.rst @@ -32,7 +32,7 @@ Install and configure components .. code-block:: console - # zypper install openstack-nova-compute genisoimage kvm libvirt + # zypper install openstack-nova-compute genisoimage qemu-kvm libvirt .. end @@ -93,6 +93,21 @@ Install and configure components .. endonly + .. only:: obs + + * In the ``[DEFAULT]`` section, set the ``compute_driver``: + + .. path /etc/nova/nova.conf + .. code-block:: ini + + [DEFAULT] + # ... + compute_driver = libvirt.LibvirtDriver + + .. end + + .. endonly + * In the ``[DEFAULT]`` section, configure ``RabbitMQ`` message queue access: