Comment 20 for bug 1547723

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

Reviewed: https://review.openstack.org/307517
Committed: https://git.openstack.org/cgit/openstack/group-based-policy/commit/?id=cdfa14e189d2d30735b4129503a19c03eafef7cc
Submitter: Jenkins
Branch: master

commit cdfa14e189d2d30735b4129503a19c03eafef7cc
Author: Kent Wu <email address hidden>
Date: Mon Apr 18 16:19:54 2016 -0700

    [apic_mapping] some naming changes

    1. replace router_type=asr with edge_nat=true as we will need this mode for other types of
    routers too.
    2. when edge_nat=true, replace Shd-<L3 out name> with Auto-<L3 out name> as this l3 out will
    also have node/IF profiles created.
    3. these 2 naming changes were requested by Mandeep.
    4. also use "none" while checking the BGP authentication. This way if in the future they add
    support to other new types of authentications then the code will still work.

    Change-Id: I469073ad3c03cfa1f6c0bb93d452a72236eabb73
    Partial-Bug: 1547723