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:
Nguyen Hung Phuong 2016-08-22 17:29:01 +07:00
parent 310f83bc4e
commit 9dbaf1c488
3 changed files with 3 additions and 3 deletions

View File

@ -1884,7 +1884,7 @@ def _notify_subnetpool_address_scope_update(resource, event,
@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."
)
def subscribe():

View File

@ -1,3 +1,3 @@
---
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:
- The Hyper-V Neutron Agent has been fully decomposed from Neutron.
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
use `hyperv.neutron.security_groups_driver.HyperVSecurityGroupsDriver`,
which is the networking_hyperv security groups driver.