Comment 9 for bug 1528894

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/mitaka)

Reviewed: https://review.openstack.org/297344
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=99915fa76bd4ce13e0d36059616ba357f4f54ee2
Submitter: Jenkins
Branch: stable/mitaka

commit 99915fa76bd4ce13e0d36059616ba357f4f54ee2
Author: Hynek Mlnarik <email address hidden>
Date: Thu Mar 24 16:22:17 2016 +0100

    Fix setting peer to bridge interfaces

    OVSDB implementation refuses to set options:peer column value
     as there is no such column in the Interface table. The correct way
     is to set 'options' column value to a map containing key 'peer', as
     already used in ovs_lib.

    Change-Id: Ib5e956f425b36f54cda017c91ac71d9d7ee9747c
    Closes-Bug: 1528894