Comment 7 for bug 1528894

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

Reviewed: https://review.openstack.org/297214
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d130245967fa4d31fd54eaede38c3fdb42d51916
Submitter: Jenkins
Branch: master

commit d130245967fa4d31fd54eaede38c3fdb42d51916
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