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
This commit is contained in:
parent
d700c832cd
commit
894cddb8b7
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user