diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-06-03 15:31:00 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-06-03 17:34:35 -0500 |
commit | 20e78d75bc091b1ca11e446659ab3322d47cc98d (patch) | |
tree | 9e77082788307770ff27a183950bfbfe0ee57fd7 /docs/drools/feature_clamsterdam.rst | |
parent | f228f68c6b12e80c27f780852382e8abd3c52dcc (diff) |
Added new Dublin features to documentation
Issue-ID: POLICY-1678
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ie5b2fe967d114e462544ac3ce59113d9b28d760e
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'docs/drools/feature_clamsterdam.rst')
-rw-r--r-- | docs/drools/feature_clamsterdam.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/drools/feature_clamsterdam.rst b/docs/drools/feature_clamsterdam.rst new file mode 100644 index 00000000..74e2668a --- /dev/null +++ b/docs/drools/feature_clamsterdam.rst @@ -0,0 +1,32 @@ + +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +******************************* +Feature: Control Loop Amsterdam +******************************* + +.. contents:: + :depth: 3 + +Summary +^^^^^^^ + +The "controlloop-amsterdam" feature enables the legacy "amsterdam" controller in a PDP-D. + +Usage +^^^^^ + +The feature is enabled by default. +The lifecycle "enabled" property can be toggled with the "features" command line tool. + + .. code-block:: bash + :caption: PDPD Features Command + + policy stop + + features disable controlloop-amsterdam # enable/disable toggles the activation of the feature. + + policy start + +End of Document |