From 5dcbc848514adde7d3907e436d8cca08a6ad800a Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Fri, 15 Jan 2016 11:51:10 +0100 Subject: [PATCH] Adds relase notes for soft affinity feature Change-Id: Ic76473bf84fb48fa2f60b8afebc2067b40b46dd0 Implements: blueprint soft-affinity-for-server-group --- .../soft-affinity-for-server-group-f45e191bd8cdbd15.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/soft-affinity-for-server-group-f45e191bd8cdbd15.yaml diff --git a/releasenotes/notes/soft-affinity-for-server-group-f45e191bd8cdbd15.yaml b/releasenotes/notes/soft-affinity-for-server-group-f45e191bd8cdbd15.yaml new file mode 100644 index 000000000000..5eb7e9db352d --- /dev/null +++ b/releasenotes/notes/soft-affinity-for-server-group-f45e191bd8cdbd15.yaml @@ -0,0 +1,7 @@ +--- +features: + - Two new policies soft-affinty and soft-anti-affinity have been implemented + for the server-group feature of Nova. This means that + POST /v2.1/{tenant_id}/os-server-groups + API resource now accepts 'soft-affinity' and 'soft-anti-affinity' as value + of the 'policies' key of the request body.