From d1a23b7f22a2378eb024fb25a798024e540b05e1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 11 Jan 2017 20:52:53 +0100 Subject: [PATCH] [install] Fix SUSE nova setup Fix name of kvm package and set compute_driver option. Change-Id: Ib3e6b388fb29068048b4efb1d2d78eeed3c38ecf Closes-Bug: #1654824 backport: newton --- .../source/nova-compute-install.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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: