Merge "[install] Fix SUSE nova setup"
This commit is contained in:
commit
cf4ea7ee15
@ -32,7 +32,7 @@ Install and configure components
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# zypper install openstack-nova-compute genisoimage kvm libvirt
|
# zypper install openstack-nova-compute genisoimage qemu-kvm libvirt
|
||||||
|
|
||||||
.. end
|
.. end
|
||||||
|
|
||||||
@ -93,6 +93,21 @@ Install and configure components
|
|||||||
|
|
||||||
.. endonly
|
.. 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``
|
* In the ``[DEFAULT]`` section, configure ``RabbitMQ``
|
||||||
message queue access:
|
message queue access:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user