Update default power managemnt driver to 'ipmi'

The 'pxe_ipmitool' driver was replaced by the 'ipmi'
driver. Let's update the default.

Change-Id: I098bffd81d387cefaa8d07a9db1ec28c1c5d961c
This commit is contained in:
Harald Jensås 2020-03-16 14:29:25 +01:00
parent 24e7a37b7e
commit 92df14be1b
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ def _parse_args():
action='store_true',
help='Include addresses for all nodes on all networks '
'in a network_details key')
# TODO(dtantsur): change the default to ipmi when Ocata is not supported
parser.add_argument('--driver', default='pxe_ipmitool',
parser.add_argument('--driver', default='ipmi',
help='Bare metal driver to use')
parser.add_argument('--physical_network',
action='store_true',