Merge "user guide demo for monitoring gui"
[policy/parent.git] / docs / drools / feature_clfrankfurt.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 Frankfurt
7 *******************************
8
9 .. contents::
10     :depth: 3
11
12 Summary
13 ^^^^^^^
14
15 The "controlloop-frankfurt" feature enables the "frankfurt" controller in a PDP-D.
16 The "frankfurt" controller supports the official ONAP use cases for Frankfurt.
17
18 .. note::
19    This feature is enabled by default vs the usecases controller which will be deprecated. In the Guilin release we will
20    be renaming this feature back to usecases.
21
22 Usage
23 ^^^^^
24
25 The feature is enabled by default.  The lifecycle "enabled" property can be toggled with
26 the "features" command line tool.
27
28     .. code-block:: bash
29        :caption: PDPD Features Command
30
31         policy stop
32
33         features disable controlloop-frankfurt     # enable/disable toggles the activation of the feature.
34
35         policy start
36
37 End of Document