Document compute_driver setting in usage docs

Add docs specifying the correct compute_driver setting for nova.conf
in the usage docs.

Change-Id: I4359077dfcb3cb384823c0c7e696188753005c5b
This commit is contained in:
Adam Reznechek 2016-11-30 10:42:15 -06:00
parent 1d7b6a1907
commit 45d8209abb
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ configured ahead of time.
Configuration File Options
--------------------------
After nova-powervm has been installed the user must enable PowerVM as the
compute driver. To do so, set the ``compute_driver`` value in the ``nova.conf``
file to ``compute_driver = powervm.driver.PowerVMDriver``.
The standard nova configuration options are supported. In particular, to use
PowerVM SR-IOV vNIC for networking, the ``pci_passthrough_whitelist`` option
must be set. See the `networking-powervm usage devref`_ for details.