From 3da163ff52c7faed21e07eb0d09c0ca5d30e7adf Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Tue, 9 Jun 2015 15:37:34 +0300 Subject: [PATCH] Add policy namespace change to the upgrade guide Change-Id: I1c5f05cfd7488f5328cd556810394d16636f9941 --- doc/source/userdoc/upgrade.guide.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/userdoc/upgrade.guide.rst b/doc/source/userdoc/upgrade.guide.rst index 9d2762b6..6a4705c7 100644 --- a/doc/source/userdoc/upgrade.guide.rst +++ b/doc/source/userdoc/upgrade.guide.rst @@ -133,3 +133,10 @@ operate clusters with the direct engine (create, delete, scale). Using heat engi the delete operation is available on clusters that were created by the direct engine. After the Liberty release the direct engine will be removed, this means that you will only be able to delete clusters created with the direct engine. + +Policy namespace changed (policy.json) +++++++++++++++++++++++++++++++++++++++ + +The "data-processing:" namespace has been added to the beginning of the all +Sahara's policy based actions, so, you need to update the policy.json file by +prepending all actions with "data-processing:".