Comment 6 for bug 1711301

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

Reviewed: https://review.openstack.org/518516
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=e2cbe8bedb868cc9412f902f54d75296ce39eed4
Submitter: Zuul
Branch: stable/ocata

commit e2cbe8bedb868cc9412f902f54d75296ce39eed4
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)