neutron/releasenotes/notes/hyperv-security-group-driver-fdbe0c0c292a1505.yaml
Claudiu Belu 03be4044f8 Removes remaining Hyper-V plugin
The Hyper-V Neutron plugin was fully decomposed from neutron
and moved into the networking-hyperv project.

The only thing that remained was a debtcollector move for the
HyperVSecurityGroupsDriver, in order to prevent deployments from
breaking when upgrading to Mitaka or Newton from older versions.

Co-Authored-By: Gary Kotton <gkotton@vmware.com>

Change-Id: Iddc14fc4c52ba1a851e79bcd4cf4f09c63b52312
2016-10-12 09:17:41 -07:00

14 lines
699 B
YAML

---
prelude: >
Hyper-V Neutron Agent has been fully decomposed from Neutron. Therefore, the
`neutron.plugins.hyperv.agent.security_groups_driver.HyperVSecurityGroupsDriver`
firewall driver has been deleted.
Update the `neutron_hyperv_agent.conf` / `neutron_ovs_agent.conf` files on the
Hyper-V nodes to use `hyperv.neutron.security_groups_driver.HyperVSecurityGroupsDriver`,
which is the networking_hyperv security groups driver.
upgrade:
- Update the `neutron_hyperv_agent.conf` / `neutron_ovs_agent.conf` files on the
Hyper-V nodes to use `hyperv.neutron.security_groups_driver.HyperVSecurityGroupsDriver`,
which is the networking_hyperv security groups driver.