Remove enable_ironic config option

It didn't work, we don't have Ironic now, and it is not used for future
Ironic development, so delete it.

Change-Id: I3e2a4fc7df25b6218c54dd251a43c23d4b1beb97
This commit is contained in:
Yuriy Taraday 2016-10-07 17:02:19 +03:00
parent ebfd125b61
commit 31ffaeb48b

View File

@ -31,10 +31,6 @@ linuxnet_interface_driver = nova.network.linux_net.BridgeInterfaceDriver
allow_resize_to_same_host = true
{% if enable_ironic %}
scheduler_host_manager = nova.scheduler.ironic_host_manager.IronicHostManager
{% endif %}
compute_driver = libvirt.LibvirtDriver
# Here we need to pass an array of memcached daemons, for now we just use DNS