Comment 12 for bug 1697558

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-dracclient (master)

Reviewed: https://review.openstack.org/488966
Committed: https://git.openstack.org/cgit/openstack/python-dracclient/commit/?id=bcfe996deb829b8cfbe9394216c100b2772c770e
Submitter: Jenkins
Branch: master

commit bcfe996deb829b8cfbe9394216c100b2772c770e
Author: Richard Pioso <email address hidden>
Date: Fri Jul 28 18:58:26 2017 -0400

    Simplify wait_until_idrac_is_ready() calls

    This change simplifies the internal calls to
    dracclient.client.WSManClient.wait_until_idrac_is_ready() by no longer
    passing arguments. That makes the code cleaner and easier to understand.
    It contains no functional change.

    The arguments no longer need to be passed, because that function's
    default parameter values are now None, which means use the values that
    were provided when the WSManClient object was created. The default
    values provided at creation are equal to the arguments that were being
    explicitly passed.

    Change-Id: I70237bb9eda49a98c55a452b7f534a1e720696bb
    Related-Bug: #1697558