Comment 3 for bug 1366921

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

Reviewed: https://review.openstack.org/119864
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1361ad99969d2a729599720f06f8373db230e0ed
Submitter: Jenkins
Branch: master

commit 1361ad99969d2a729599720f06f8373db230e0ed
Author: Aaron Rosen <email address hidden>
Date: Mon Sep 8 11:23:50 2014 -0700

    NSX: Correct allowed_address_pair return value on create_port

    This patch fixes the NSX plugin to return [] rather than None for a
    port does not have any allowed_address_pairs when a create_port api
    call is made. Currently the NSX plugin is failing every patch because
    now tempest is checking for this value to be [].

    Change-Id: Ic82c564ff62000c367c544f44a76694be9375790
    Closes-bug: 1366921