ironic.conf file missing enabled_drivers info

When ironic is deployed using kolla, in ironic.conf file
there is no configuration option of enabled_drivers present.

Change-Id: I5c9e7533e8ca139addee8cf4cc4084e856ae0306
Closes-Bug: 1610272
This commit is contained in:
ZhongShengping 2016-08-17 15:40:30 +08:00
parent bed0f0f8d7
commit 7b63d46f97
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ debug = {{ ironic_logging_debug }}
admin_user = {{ openstack_auth.username }}
admin_password = {{ keystone_admin_password }}
enabled_drivers = pxe_ipmitool
{% if service_name == 'ironic-api' %}
[api]
host_ip = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}