Comment 1 for bug 1990842

Revision history for this message
Bence Romsics (bence-romsics) wrote : Re: RFE Expose Open vSwitch other_config column in the API

Discussion topics:

1) We could whitelist the keys we accept in ovs_other_config, if needed.
2) At first (or hopefully ever), we don't need to support changing this value for a bound port.
3) Here we expose backend specific information in the API. At least we can reject it at port binding if the port is not bound by the ovs mech driver.
4) Are OVN folks interested in implementing this?
5) Do we need an API extension for this? We usually treat binding_profile as a blob that can contain anything.