diff --git a/plugindocs/fuel-plugin-sdk-guide/create-plugin/plugin-settings/task-conditions.rst b/plugindocs/fuel-plugin-sdk-guide/create-plugin/plugin-settings/task-conditions.rst index fa815ff99..8552bae98 100644 --- a/plugindocs/fuel-plugin-sdk-guide/create-plugin/plugin-settings/task-conditions.rst +++ b/plugindocs/fuel-plugin-sdk-guide/create-plugin/plugin-settings/task-conditions.rst @@ -37,5 +37,14 @@ itself can be defined as: label: "Enable upload test" description: "Upload cirros base image when the deployment is done" +You can perform life cycle management tasks based on the history of +the OpenStack environment states. You can introduce expressions that can be +computed within the context of the OpenStack environment configuration, +so that you can control task assignment and execution depending on the +changes in configuration. + .. note:: Conditions can only use settings and cluster contexts of the - Fuel API. \ No newline at end of file + Fuel API. + +.. seealso:: + - :ref:`data-driven` \ No newline at end of file