Comment 4 for bug 1462974

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

Reviewed: https://review.openstack.org/195579
Committed: https://git.openstack.org/cgit/openstack/vmware-nsx/commit/?id=d664c41c18718ee20d25be2a33140b8c5f85c007
Submitter: Jenkins
Branch: stable/kilo

commit d664c41c18718ee20d25be2a33140b8c5f85c007
Author: Salvatore Orlando <email address hidden>
Date: Thu Jun 25 06:34:37 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.

    Cherry-picked from commit: e3733b1b894adebcb1e4999a1c50cb6874b77abe
    Change-Id: I959edab036c32a3a2cfdbe4d7567daf29dc75797
    Closes-Bug: #1462973
    Closes-Bug: #1462974