Comment 5 for bug 1711301

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (stable/pike)

Reviewed: https://review.openstack.org/518371
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=11e2f54ea4b45e8e0813fc93765bc1c088aea842
Submitter: Zuul
Branch: stable/pike

commit 11e2f54ea4b45e8e0813fc93765bc1c088aea842
Author: npraveen35 <email address hidden>
Date: Fri Aug 18 15:48:54 2017 +0530

    Neutron agent delete: remove the wrong argument

    The take_action() function was calling get_agent() with the wrong
    attribute, causing agent deletion to fail. It turns out calling
    get_agent() isn't necessary; this removes the call entirely and moves
    the 'ignore_missing' argument to the delete_agent() function.

    Change-Id: Iaa3754a3be0765112f396495fa5fb2e32e6eae4e
    Closes-Bug: #1711301
    (cherry picked from commit 6c8e5177bc54ba215aad310094b1eefd6ce709cf)