Fix ironic compute_driver

The compute driver setting for ironic should now be
"ironic.IronicDriver" rather than "nova.virt.IronicDriver".

Change-Id: I2f0198130aa67cfd035d27bc0407f0b3271a4bd6
This commit is contained in:
Andy McCrae 2016-10-11 13:47:37 +01:00
parent 1f1d7b7a80
commit 8ab98e1bf3

View File

@ -112,7 +112,7 @@ nova_rabbitmq_telemetry_use_ssl: "{{ nova_rabbitmq_use_ssl }}"
# have its specific variable requirements set under its short name.
nova_virt_types:
ironic:
nova_compute_driver: nova.virt.ironic.IronicDriver
nova_compute_driver: ironic.IronicDriver
nova_scheduler_host_manager: ironic_host_manager
nova_reserved_host_memory_mb: 0
nova_firewall_driver: nova.virt.firewall.NoopFirewallDriver