From b12fd3ac65f6095e8f36b78634d00c6f12c105ac Mon Sep 17 00:00:00 2001
From: "Michal (inc0) Jastrzebski" <inc007@gmail.com>
Date: Sat, 4 Feb 2017 01:12:03 +0000
Subject: [PATCH] Add release note regarding nova upgrade

There are steps that operator need to do if they have existing config
files.

Change-Id: Ie523db44a903bb50652d3cbaac111475cce7cc8b
---
 .../notes/nova-cellsv2-76cbf7b746968dae.yaml    | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 releasenotes/notes/nova-cellsv2-76cbf7b746968dae.yaml

diff --git a/releasenotes/notes/nova-cellsv2-76cbf7b746968dae.yaml b/releasenotes/notes/nova-cellsv2-76cbf7b746968dae.yaml
new file mode 100644
index 0000000000..6640ce4e6d
--- /dev/null
+++ b/releasenotes/notes/nova-cellsv2-76cbf7b746968dae.yaml
@@ -0,0 +1,17 @@
+---
+prelude: >
+  - Kolla now deploys Nova in cells v2 mode.
+upgrade:
+  - |
+    There is new required option in passwords.yaml -
+    placement_keystone_password. To populate this variable with random
+    password, simply add it to passwords.yaml and re-run kolla-genpwd
+  - |
+    There is new required group in inventory. Please add these lines to your
+    inventory:
+
+    [placement:children]
+    control
+
+    [placement-api:children]
+    placement