From 894cddb8b7e85bcd804eb512679c0e1d8d36a5cb Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 4 Jun 2015 18:44:09 -0400 Subject: [PATCH] Enable agent_ipmitool driver when testing In testing, it may be useful to be able to define and utilize the agent_ipmitool driver as moving forward with dynamic inventory we will be able to hosts using different drivers from the same inventory. Change-Id: I0986a4f859210683e1139e2277b16cd072bbf7d3 --- playbooks/roles/ironic-install/templates/ironic.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/ironic-install/templates/ironic.conf.j2 b/playbooks/roles/ironic-install/templates/ironic.conf.j2 index 7d4025a12..081c09c72 100644 --- a/playbooks/roles/ironic-install/templates/ironic.conf.j2 +++ b/playbooks/roles/ironic-install/templates/ironic.conf.j2 @@ -216,7 +216,7 @@ auth_strategy=noauth # "ironic.drivers" entrypoint. An example may be found in the # developer documentation online. (list value) {% if testing %} -enabled_drivers=agent_ssh +enabled_drivers=agent_ssh,agent_ipmitool {% else %} enabled_drivers=agent_ipmitool {% endif %}