Roey Chen 065ec89b91 NSXv port-binding support
The current implementation doesn't correctly process some port-binding
attributes such as 'portbinding:profile' and 'portbinding:vif_details'.
This patch add the required support to process and persist the missing
port-binding information.
The new fields are modified and queried by nova, and will allow us to support
for SR-IOV passthrough networking.

In order to avoid DB migrations, this implementation will utilize the
existing 'ml2_port_bindings' table to hold the extra port binding information,
current tables that contains partial information (e.g - 'portbindingports'
for port's 'binding:host_id') will be kept and maintained by the plugin to
preserve backward compatibility.

Change-Id: I779b577737565860a53461114c9822d7b3908cb3
2017-09-05 07:44:33 -07:00
..
2017-03-26 05:09:02 -07:00
2017-09-05 07:44:33 -07:00
2017-07-03 08:49:07 +03:00
2017-03-26 05:09:02 -07:00
2017-03-10 08:47:30 +00:00
2017-09-05 07:44:33 -07:00
2017-03-26 05:09:02 -07:00
2017-03-26 05:09:02 -07:00
2017-04-26 14:54:40 +00:00