From 423aa5c9a53b8821bb695120cce3314274465039 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Dulko?= <michal.dulko@intel.com>
Date: Mon, 21 Nov 2016 11:44:23 +0100
Subject: [PATCH] Fix names in online-data-migrations release note

Release note explaining ``cinder-manage db online-schema-migrations``
was created back in Newton, and was referring to wrong release names.
This commit fixes that by changing "Newton" to "Ocata" and "Ocata" to
"Pike".

Change-Id: Ia52fe964ad37fab0271bda3057cc16fdd4848ae1
---
 ...manage-db-online-schema-migrations-d1c0d40f26d0f033.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/releasenotes/notes/cinder-manage-db-online-schema-migrations-d1c0d40f26d0f033.yaml b/releasenotes/notes/cinder-manage-db-online-schema-migrations-d1c0d40f26d0f033.yaml
index 4bed0827862..859acd5c4ac 100644
--- a/releasenotes/notes/cinder-manage-db-online-schema-migrations-d1c0d40f26d0f033.yaml
+++ b/releasenotes/notes/cinder-manage-db-online-schema-migrations-d1c0d40f26d0f033.yaml
@@ -2,12 +2,12 @@
 upgrade:
   - To get rid of long running DB data migrations that must be run offline,
     Cinder will now be able to execute them online, on a live cloud. Before
-    upgrading from Newton to Ocata operator needs to perform all the Newton
+    upgrading from Ocata to Pike, operator needs to perform all the Newton
     data migrations. To achieve that he needs to perform `cinder-manage db
     online-data-migrations` until there are no records to be updated. To limit
     DB performance impact migrations can be performed in chunks limited by
     `--max_number` option. If your intent is to upgrade Cinder in a non-live
-    manner, you can use `--ignore-state` option safely. Please note that
+    manner, you can use `--ignore_state` option safely. Please note that
     finishing all the Newton data migrations will be enforced by the first
-    schema migration in Ocata, so you won't be able to upgrade to Ocata without
+    schema migration in Pike, so you won't be able to upgrade to Pike without
     that.