Comment 1 for bug 1711576

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

Reviewed: https://review.openstack.org/495171
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=b6aadb9656d5880ec63bb430ecced7c563f2e5ce
Submitter: Jenkins
Branch: master

commit b6aadb9656d5880ec63bb430ecced7c563f2e5ce
Author: Bertrand Lallau <email address hidden>
Date: Fri Aug 18 13:00:32 2017 +0200

    Fix VMware VPN, LBAAS and neutron-server config

    As describe here in vmware-guide:
    https://github.com/openstack/kolla-ansible/blob/master/doc/vmware-guide.rst#L116
    VMware NSX-V (neutron_plugin_agent: "vmware_nsxv") supports Neutron
    LBaaS and VPNaaS services.

    neutron_plugin_agent valid options are [ openvswitch, linuxbridge,
    vmware_nsxv, vmware_dvs, opendaylight ]:
    https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L125

    Change-Id: I50667862adc7a3d51465a482b513e924f12b75cd
    Closes-Bug: #1711576