Merge "Trivial Fix - Update code to use Pike as the code name"

This commit is contained in:
Jenkins 2016-12-07 22:13:35 +00:00 committed by Gerrit Code Review
commit a405b42a03
3 changed files with 3 additions and 3 deletions

View File

@ -1917,7 +1917,7 @@ def _notify_subnetpool_address_scope_update(resource, event,
@removals.remove( @removals.remove(
message="This will be removed in the P cycle. " message="This will be removed in the Pike release. "
"Subscriptions are now registered during object creation." "Subscriptions are now registered during object creation."
) )
def subscribe(): def subscribe():

View File

@ -1,3 +1,3 @@
--- ---
upgrade: upgrade:
- The router_id option is deprecated and will be removed in the 'N' cycle. - The router_id option is deprecated and will be removed in the Newton release.

View File

@ -2,7 +2,7 @@
upgrade: upgrade:
- The Hyper-V Neutron Agent has been fully decomposed from Neutron. - The Hyper-V Neutron Agent has been fully decomposed from Neutron.
The `neutron.plugins.hyperv.agent.security_groups_driver.HyperVSecurityGroupsDriver` The `neutron.plugins.hyperv.agent.security_groups_driver.HyperVSecurityGroupsDriver`
firewall driver has been deprecated and will be removed in the 'O' cycle. firewall driver has been deprecated and will be removed in the Ocata release.
Update the `neutron_hyperv_agent.conf` files on the Hyper-V nodes to Update the `neutron_hyperv_agent.conf` files on the Hyper-V nodes to
use `hyperv.neutron.security_groups_driver.HyperVSecurityGroupsDriver`, use `hyperv.neutron.security_groups_driver.HyperVSecurityGroupsDriver`,
which is the networking_hyperv security groups driver. which is the networking_hyperv security groups driver.