diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-21 11:06:03 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-21 12:45:51 -0400 |
commit | 6eec8757733a8b6ff366b1980daff23323302a05 (patch) | |
tree | e4deb12e9de1d77bed703c60bb9ace8a53ec35db /docs/drools/feature_clfrankfurt.rst | |
parent | 2faef7b09090b56a250a1883ae6b44feed17a3e1 (diff) |
Fix last documentation warnings
Had to add toctree to remove warnings. Do not seem to like the
fact that an .rst is referenced via a label.
Removed amsterdam controller and added frankfurt controller.
Issue-ID: POLICY-2511
Change-Id: I5fb887b3a1d26a543c844d6baa34b3fa0e506f0a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docs/drools/feature_clfrankfurt.rst')
-rw-r--r-- | docs/drools/feature_clfrankfurt.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/drools/feature_clfrankfurt.rst b/docs/drools/feature_clfrankfurt.rst new file mode 100644 index 00000000..629b3afd --- /dev/null +++ b/docs/drools/feature_clfrankfurt.rst @@ -0,0 +1,37 @@ + +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +******************************* +Feature: Control Loop Frankfurt +******************************* + +.. contents:: + :depth: 3 + +Summary +^^^^^^^ + +The "controlloop-frankfurt" feature enables the "frankfurt" controller in a PDP-D. +The "frankfurt" controller supports the official ONAP use cases for Frankfurt. + +.. note:: + This feature is enabled by default vs the usecases controller which will be deprecated. In the Guilin release we will + be renaming this feature back to usecases. + +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-frankfurt # enable/disable toggles the activation of the feature. + + policy start + +End of Document |