From e512df9332f1cd88d88524786f6d4be8eec622ec Mon Sep 17 00:00:00 2001 From: Marcos Fermin Lobo Date: Wed, 15 Jun 2016 14:01:13 +0200 Subject: [PATCH] Release note for magnum actions support Change-Id: I157d75f2ae7162daafef7db7ae0331b8cd110e70 Implements: blueprint add-magnum-action-pack --- .../notes/magnum-actions-support-b131fa942b937fa5.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/magnum-actions-support-b131fa942b937fa5.yaml diff --git a/releasenotes/notes/magnum-actions-support-b131fa942b937fa5.yaml b/releasenotes/notes/magnum-actions-support-b131fa942b937fa5.yaml new file mode 100644 index 00000000..b8e382c0 --- /dev/null +++ b/releasenotes/notes/magnum-actions-support-b131fa942b937fa5.yaml @@ -0,0 +1,7 @@ +--- +features: + - Magnum action are now supported. +upgrade: + - During an upgrade to Newton, operators or administrators need to + run ``python tools/sync_db.py`` to populate database with Magnum + action definitions.