From a622edb68ded287969f1f1a1aba0006cbf595585 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Mon, 18 Apr 2016 10:20:19 -0700 Subject: [PATCH] [RN] Adding the control groups feature to the RN Added the control groups feature to the Release Notes. Change-Id: If15139a7053b566050dffab597b2a0f15e7fe666 --- userdocs/release-notes/new_features.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/userdocs/release-notes/new_features.rst b/userdocs/release-notes/new_features.rst index d61c109b0..bc979eeae 100644 --- a/userdocs/release-notes/new_features.rst +++ b/userdocs/release-notes/new_features.rst @@ -52,4 +52,10 @@ This section lists these improvements: This allows users to adjust configuration and fix errors on a specific node or a subset of nodes without having to re-deploy or re-provision the entire cloud environment. - See `blueprint `__. \ No newline at end of file + See `blueprint `__. + +* Enabled control groups management. OpenStack operators can configure + resource utilization thresholds for the OpenStack services and underlying + software components using ``cgroups``. Specifying optimal values helps + to increase performance and reliability of your cloud. + See `blueprint `__.