Merge "[install] Fix SUSE nova setup"

This commit is contained in:
Jenkins 2017-01-12 11:05:36 +00:00 committed by Gerrit Code Review
commit cf4ea7ee15

View File

@ -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: