From 9df5282567b67225ad3407dbfff2783c7bd75bff Mon Sep 17 00:00:00 2001 From: yanyanhu Date: Wed, 25 Jan 2017 05:01:05 -0500 Subject: [PATCH] Release note for python-senlinclient 1.2.0 Change-Id: I6470c300fa9af862cb24ca497be29c8aee098e67 --- .../notes/senlinclient-1.2.0-4680ea85ba2dc6c8.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/senlinclient-1.2.0-4680ea85ba2dc6c8.yaml diff --git a/releasenotes/notes/senlinclient-1.2.0-4680ea85ba2dc6c8.yaml b/releasenotes/notes/senlinclient-1.2.0-4680ea85ba2dc6c8.yaml new file mode 100644 index 00000000..44fe2b78 --- /dev/null +++ b/releasenotes/notes/senlinclient-1.2.0-4680ea85ba2dc6c8.yaml @@ -0,0 +1,10 @@ +--- +features: + - Support node replace operation. + - Enhance the parameter check for "path" in cluster collect operation. + - Help message for metadata clean operations. +fixes: + - Fix incorrect description of profile/policy validate operations. + - Fix project_id and user_id show bug for profile/policy validate and + cluster policy show operations. + - Fix enabled option for senlin cluster-policy-detach command.