From 2fcb913a2bddc8f62240c9db89d1e8ef7db654bb Mon Sep 17 00:00:00 2001 From: tengqm Date: Fri, 18 Mar 2016 04:52:27 -0400 Subject: [PATCH] Release notes for RC1 This patch adds some release notes for RC1 preparation. Change-Id: I255bd2e3ccfc5ca91cfbcd842a87b4be7d8604f0 --- releasenotes/notes/affinity-attach-e98079133d46ba78.yaml | 3 +++ releasenotes/notes/policy-doc-89cfc7288a790379.yaml | 4 ++++ releasenotes/notes/profile-updatable-6ee3f9a22f1b81ec.yaml | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 releasenotes/notes/affinity-attach-e98079133d46ba78.yaml create mode 100644 releasenotes/notes/policy-doc-89cfc7288a790379.yaml create mode 100644 releasenotes/notes/profile-updatable-6ee3f9a22f1b81ec.yaml diff --git a/releasenotes/notes/affinity-attach-e98079133d46ba78.yaml b/releasenotes/notes/affinity-attach-e98079133d46ba78.yaml new file mode 100644 index 000000000..67856f3bc --- /dev/null +++ b/releasenotes/notes/affinity-attach-e98079133d46ba78.yaml @@ -0,0 +1,3 @@ +--- +fixes: + - Fixed profile type checking error when attaching affinity policy. diff --git a/releasenotes/notes/policy-doc-89cfc7288a790379.yaml b/releasenotes/notes/policy-doc-89cfc7288a790379.yaml new file mode 100644 index 000000000..44d808d9d --- /dev/null +++ b/releasenotes/notes/policy-doc-89cfc7288a790379.yaml @@ -0,0 +1,4 @@ +--- +other: + - Added documentation for lb policy, affinity policy, scaling policy, zone + placement policy and region placement policy. diff --git a/releasenotes/notes/profile-updatable-6ee3f9a22f1b81ec.yaml b/releasenotes/notes/profile-updatable-6ee3f9a22f1b81ec.yaml new file mode 100644 index 000000000..d44118124 --- /dev/null +++ b/releasenotes/notes/profile-updatable-6ee3f9a22f1b81ec.yaml @@ -0,0 +1,3 @@ +--- +features: + - Added profile property checking regarding whether they are updatable.