nova/releasenotes/notes/move-ivs-plug-unplug-to-separate-os-vif-plugin-f7ee42da4ed9739b.yaml
Aditya Prakash Vaja 92323586b5 remove IVS plug/unplug as they're moved to separate plugin
- as per the bug #1704129, the plug/unplug is moved to a
   separate os-vif plugin
 - IVS's methods have also been moved to a separate package
   called os-vif-bigswitch [1]
 - hence removing all dangling calls from here

[1] https://github.com/bigswitch/os-vif-bigswitch

Partial-Bug: #1704129

Change-Id: Icf948f6ee1c0da2327fb5eac61fec6e89ac30531
2018-05-09 06:02:51 -07:00

12 lines
547 B
YAML

---
upgrade:
- |
This release moves the livirt driver ``IVS`` VIF plug-unplug to a separate
package called ``os-vif-bigswitch``. This package is a requirement on
compute nodes when using ``networking-bigswitch`` as neutron ML2 and L3
driver.
Releases are available on https://pypi.org/project/os-vif-bigswitch/. Major
version for the package matches upstream neutron version number. Minor
version tracks compatiblity with Big Cloud Fabric (BCF) releases, and
typically is set to the lowest supported BCF release.