dragonflow/dragonflow/ovsdb
Omer Anson 646525bf04 Remove peer_bridge from OVS port
We have added peer_bridge to the OVS port, both in the model and the
OVSDB. This is Bad(TM) since:

1. It is not actually used

2. We have abused the Open_vSwitch OVSDB schema and added a field that
wasn't there.

3. The local controller fails and exits if this field doesn't exist on
all patch ports.

This change removes that field. It is not strictly needed, and can be
inferred from the information in the OVSDB. If this information is
necessary, logic and helper code to do so will be added.

Upgrade code is needed, but not urgent since this object is not actually
kept in the NB API, only the OVSDB. This field will be ignored if it
already exists.

Change-Id: Idc683694dedb50355bb109b285c052c38756e822
Closes-Bug: #1722839
2017-12-27 10:54:47 +02:00
..
__init__.py Refactor ovsdb_vswitch_impl.py 2016-10-01 17:52:40 +08:00
commands.py Remove peer_bridge from OVS port 2017-12-27 10:54:47 +02:00
impl_idl.py Remove peer_bridge from OVS port 2017-12-27 10:54:47 +02:00
vswitch_impl.py Remove peer_bridge from OVS port 2017-12-27 10:54:47 +02:00