From 9dbaf1c488421cdfef6dc5bca027404b81e9cc31 Mon Sep 17 00:00:00 2001 From: Nguyen Hung Phuong Date: Mon, 22 Aug 2016 17:29:01 +0700 Subject: [PATCH] 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 --- neutron/db/l3_db.py | 2 +- releasenotes/notes/deprecate-router_id-34aca9ea5ee9e789.yaml | 2 +- .../hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/neutron/db/l3_db.py b/neutron/db/l3_db.py index da7db332c13..77ccc51b9a4 100644 --- a/neutron/db/l3_db.py +++ b/neutron/db/l3_db.py @@ -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(): diff --git a/releasenotes/notes/deprecate-router_id-34aca9ea5ee9e789.yaml b/releasenotes/notes/deprecate-router_id-34aca9ea5ee9e789.yaml index fb83376b6f8..cf75c9608a0 100644 --- a/releasenotes/notes/deprecate-router_id-34aca9ea5ee9e789.yaml +++ b/releasenotes/notes/deprecate-router_id-34aca9ea5ee9e789.yaml @@ -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. diff --git a/releasenotes/notes/hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml b/releasenotes/notes/hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml index af9884cf531..01682ef622b 100644 --- a/releasenotes/notes/hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml +++ b/releasenotes/notes/hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml @@ -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.