Comment 2 for bug 1462974

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

Reviewed: https://review.openstack.org/189268
Committed: https://git.openstack.org/cgit/openstack/vmware-nsx/commit/?id=e3733b1b894adebcb1e4999a1c50cb6874b77abe
Submitter: Jenkins
Branch: master

commit e3733b1b894adebcb1e4999a1c50cb6874b77abe
Author: vmware_nsx_ci <email address hidden>
Date: Mon Jun 8 04:23:43 2015 -0700

    NSX-mh: fix default l2 gw connections

    This patch fixes connections to the default layer-2 gateway
    ensuring that:
    1) no "None" value is sent for tags to nsxlib. In particular this
       patch ensures that the tenant_id is populated when the request
       is sent with admin credentials.
    2) the segmentation_id attribute is converted to integer before
       validating whether it's a valid VLAN tag.

    Change-Id: I959edab036c32a3a2cfdbe4d7567daf29dc75797
    Closes-Bug: #1462973
    Closes-Bug: #1462974