X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=prototypes%2Fbifrost%2Fplaybooks%2Froles%2Fbifrost-ironic-install%2Ftemplates%2Fironic.conf.j2;h=d8896fa9ea7383b847676294f650d4c65cc36824;hb=7c1b8bf89d6ce3ec0114c103e6d62161eb12a071;hp=7debdbcc680bd6f031c666fc5da921efb3a4ee78;hpb=1c1ad5e3f5262fa24484c436583468e7e702c566;p=releng.git diff --git a/prototypes/bifrost/playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2 b/prototypes/bifrost/playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2 index 7debdbcc6..d8896fa9e 100644 --- a/prototypes/bifrost/playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2 +++ b/prototypes/bifrost/playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2 @@ -10,7 +10,7 @@ # control instead of ironic, noop is the only available network driver. enabled_network_interfaces = noop {% if testing | bool == true %} -enabled_drivers = agent_ssh,pxe_ssh +enabled_drivers = agent_ipmitool,pxe_ipmitool debug = true {% else %} enabled_drivers = {{ enabled_drivers }}