Merge "Update default power managemnt driver to 'ipmi'"

This commit is contained in:
Zuul 2020-03-20 22:32:05 +00:00 committed by Gerrit Code Review
commit d6607a57c5
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',