Update compute_driver in documentation
Nova doesn't support long driver names for compute_driver. Replace long driver name 'nova.virt.ironic.IronicDriver' with short one 'ironic.IronicDriver'. Reference: https://review.openstack.org/309504/ Change-Id: I00713abd3c230a42380593ff39c238b448bc0732
This commit is contained in:
parent
03ab6011ee
commit
682a0c2c98
@ -458,7 +458,7 @@ Compute service's controller nodes and compute nodes.*
|
||||
# vmwareapi.VMwareESXDriver, vmwareapi.VMwareVCDriver (string
|
||||
# value)
|
||||
#compute_driver=<None>
|
||||
compute_driver=nova.virt.ironic.IronicDriver
|
||||
compute_driver=ironic.IronicDriver
|
||||
|
||||
# Firewall driver (defaults to hypervisor specific iptables
|
||||
# driver) (string value)
|
||||
|
Loading…
Reference in New Issue
Block a user