From ab28b32ee9a0b7c08d2f4273dd523670ffbec9a2 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Mon, 29 Oct 2018 20:00:19 +0800 Subject: Add policy-upgrade tool Add a new "oslopolicy-policy-upgrade" commnd. Using this command, operator can upgrade their self-defined policy files to follow the new format in the new release when upgrading OpenStack services. Change-Id: Iad9740bd8a5e4fdf1d1e64d61bc93f2483c531f3 --- releasenotes/notes/add-policy-upgrade-command-a65bc4f760e5d8b1.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/add-policy-upgrade-command-a65bc4f760e5d8b1.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/add-policy-upgrade-command-a65bc4f760e5d8b1.yaml b/releasenotes/notes/add-policy-upgrade-command-a65bc4f760e5d8b1.yaml new file mode 100644 index 0000000..433ee08 --- /dev/null +++ b/releasenotes/notes/add-policy-upgrade-command-a65bc4f760e5d8b1.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add ``oslopolicy-policy-upgrade`` command to help operators upgrade their + self-defined policy file to new release format. It will upgrade the + deprected policy name with the new name. -- cgit v1.2.1