Comment 3 for bug 1537734

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/273018
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8052c3985325e9067d83496936092ee9334df75b
Submitter: Jenkins
Branch: master

commit 8052c3985325e9067d83496936092ee9334df75b
Author: Kevin Benton <email address hidden>
Date: Wed Jan 27 04:34:54 2016 -0800

    Allow address pairs to be cleared with None

    When the neutron client attempts to clear the allowed
    address pairs using the '--action=clear' CLI param, it
    sends a value of None to the Neutron server for allowed
    address pairs. However, the allowed address pairs extension
    was only allowing an empty list to clear the pairs.

    This patch just converts None to an empty list on allowed
    address pairs to be compatible with the client.

    APIImpact
    Closes-Bug: #1537734
    Change-Id: Iba618b3e07bd3bdc202a9577954d7b97c2a5bf09