Trivial Fix - Update code to use Pike as the code name
This patch updates code to use Pike as the code name: Pike is the code name for the P release Ocata is the code name for the O release Change-Id: Iec8494b40fed2d427c1edf4609f8b3dd8c770dce
This commit is contained in:
parent
310f83bc4e
commit
9dbaf1c488
@ -1884,7 +1884,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():
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user