Merge "Fix configuration for nova_compute_ironic"

This commit is contained in:
Jenkins 2017-07-26 21:04:46 +00:00 committed by Gerrit Code Review
commit d3b481cc7d
1 changed files with 1 additions and 3 deletions

View File

@ -28,9 +28,7 @@ log_file = /var/log/kolla/nova/nova-compute-ironic.log
compute_driver = ironic.IronicDriver
ram_allocation_ratio = 1.0
reserved_host_memory_mb = 0
{% endif %}
{% if enable_nova_fake | bool %}
{% elif enable_nova_fake | bool %}
host = {{ ansible_hostname }}_{{ service_name }}
compute_driver = fake.FakeDriver
{% else %}