From 0e170d80cd2c4ff7d6fa3a65972ea89895e3b3e7 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Mon, 18 Jan 2016 17:45:14 -0500 Subject: [PATCH] add release notes for mitaka-2 Change-Id: Ie92f29cf190847a19e988660623d0480e979148a --- releasenotes/notes/fix-rbac-50825144e0897d7d.yaml | 14 ++++++++++++++ .../notes/gnocchi-client-a62ca5a0c717807e.yaml | 7 +++++++ .../keystone-v3-support-ffc0f804dbe9d7e9.yaml | 4 ++++ 3 files changed, 25 insertions(+) create mode 100644 releasenotes/notes/fix-rbac-50825144e0897d7d.yaml create mode 100644 releasenotes/notes/gnocchi-client-a62ca5a0c717807e.yaml create mode 100644 releasenotes/notes/keystone-v3-support-ffc0f804dbe9d7e9.yaml diff --git a/releasenotes/notes/fix-rbac-50825144e0897d7d.yaml b/releasenotes/notes/fix-rbac-50825144e0897d7d.yaml new file mode 100644 index 000000000..44a7c6aa7 --- /dev/null +++ b/releasenotes/notes/fix-rbac-50825144e0897d7d.yaml @@ -0,0 +1,14 @@ +--- +upgrade: + - > + A new default policy.json is provided to properly handle RBAC control. + Existing policy.json files may not grant the appropriate access. +security: + - > + Patch was added to address inconsistent RBAC policy handling. + Certain rules may not have been given appropriate access. +fixes: + - > + [`bug 1504495 `_] + Patch was added to address inconsistent RBAC policy handling. + Certain rules may not have been given appropriate access. diff --git a/releasenotes/notes/gnocchi-client-a62ca5a0c717807e.yaml b/releasenotes/notes/gnocchi-client-a62ca5a0c717807e.yaml new file mode 100644 index 000000000..01774a90b --- /dev/null +++ b/releasenotes/notes/gnocchi-client-a62ca5a0c717807e.yaml @@ -0,0 +1,7 @@ +--- +features: + - > + Gnocchi dispatcher now uses client rather than direct http requests +upgrade: + - > + gnocchiclient library is now a requirement if using ceilometer+gnocchi. diff --git a/releasenotes/notes/keystone-v3-support-ffc0f804dbe9d7e9.yaml b/releasenotes/notes/keystone-v3-support-ffc0f804dbe9d7e9.yaml new file mode 100644 index 000000000..87225fadf --- /dev/null +++ b/releasenotes/notes/keystone-v3-support-ffc0f804dbe9d7e9.yaml @@ -0,0 +1,4 @@ +--- +features: + - > + Add support for Keystone v3 authentication