Comment 8 for bug 1720734

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

Reviewed: https://review.openstack.org/527007
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=49f836128ae1be44f723115356fa6833b2360b4e
Submitter: Zuul
Branch: master

commit 49f836128ae1be44f723115356fa6833b2360b4e
Author: Omer Anson <email address hidden>
Date: Sun Dec 10 17:12:16 2017 +0200

    Auto-enable loadbalancer VIP ports

    By default, when loadbalancer VIP ports are created (either via Octavia
    or via neutron-lbaas (v2)), then the port is created with
    admin_state_up=False (i.e. the port is disabled). Dragonflow respects
    this attribute, and does not 'wire' the port in this case.

    Rather than change the default in Octavia and neutron-LBaaS, this patch
    detects this case, and enables the VIP ports.

    Change-Id: Ibbe927b2672f327349bdd9cff46349d4d01c990a
    Partial-Bug: #1720734