03be4044f8
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
14 lines
699 B
YAML
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.
|
|
|