Added information about data-driven tasks usage

http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-user-guide/maintain-environment/data-driven.html

Change-Id: Ie13ce0af2cbe6314c738e663de21b60fce89b130
This commit is contained in:
Stepan Rogov 2016-09-14 19:27:33 +03:00 committed by Evgeny Konstantinov
parent 63b3957c26
commit 9baa702ea9
1 changed files with 10 additions and 1 deletions

View File

@ -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.
Fuel API.
.. seealso::
- :ref:`data-driven`