aboutsummaryrefslogtreecommitdiffstats
path: root/docs/drools/feature_clusecases.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/drools/feature_clusecases.rst')
-rw-r--r--docs/drools/feature_clusecases.rst38
1 files changed, 0 insertions, 38 deletions
diff --git a/docs/drools/feature_clusecases.rst b/docs/drools/feature_clusecases.rst
deleted file mode 100644
index ae6fae5c..00000000
--- a/docs/drools/feature_clusecases.rst
+++ /dev/null
@@ -1,38 +0,0 @@
-
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-*******************************
-Feature: Control Loop Use Cases
-*******************************
-
-.. contents::
- :depth: 3
-
-Summary
-^^^^^^^
-
-The "controlloop-usecases" feature enables the "usecases" controller in a PDP-D.
-The "usecases" controller is carried forward from the El Alto release and will be deprecated in favor of the
-"frankfurt" controller.
-
-.. note::
- This feature is disabled by default. Please use the 'frankfurt' feature in lieu of this. We will be renaming the 'frankfurt'
- controller feature back to use cases in the Guilin release.
-
-Usage
-^^^^^
-
-The feature is disabled 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-usecases # enable/disable toggles the activation of the feature.
-
- policy start
-
-End of Document