Update release notes
[policy/parent.git] / docs / drools / feature_clamsterdam.rst
1
2 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
3 .. http://creativecommons.org/licenses/by/4.0
4
5 *******************************
6 Feature: Control Loop Amsterdam
7 *******************************
8
9 .. contents::
10     :depth: 3
11
12 Summary
13 ^^^^^^^
14
15 The "controlloop-amsterdam" feature enables the legacy "amsterdam" controller in a PDP-D.
16
17 Usage
18 ^^^^^
19
20 The feature is enabled by default.
21 The lifecycle "enabled" property can be toggled with the "features" command line tool.
22
23     .. code-block:: bash
24        :caption: PDPD Features Command
25
26         policy stop
27
28         features disable controlloop-amsterdam     # enable/disable toggles the activation of the feature.
29
30         policy start
31
32 End of Document