Comment 15 for bug 1528894

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

Reviewed: https://review.openstack.org/297343
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0e543db4ff639ed9b32bca2276e22696f919999d
Submitter: Jenkins
Branch: stable/liberty

commit 0e543db4ff639ed9b32bca2276e22696f919999d
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
    (cherry picked from commit d130245967fa4d31fd54eaede38c3fdb42d51916)