diff options
author | Michael Hwang <mhwang@research.att.com> | 2018-10-04 20:56:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-04 20:56:01 +0000 |
commit | 1943cd6c3fd5b70209089d9d2135ffb344f0405a (patch) | |
tree | eb2fecee26c4624f881d0966836c99c43351d405 /dcae-cli/dcae_cli/util/run.py | |
parent | 2babf1a6d97b1958a436bf3cb9ac7c21e453272b (diff) | |
parent | 91a44d2ce8398f0fd98e520933df605b00f80eee (diff) |
Merge "Policy Reconfiguration, Component Spec, Help text"
Diffstat (limited to 'dcae-cli/dcae_cli/util/run.py')
-rw-r--r-- | dcae-cli/dcae_cli/util/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcae-cli/dcae_cli/util/run.py b/dcae-cli/dcae_cli/util/run.py index f0f1309..293c725 100644 --- a/dcae-cli/dcae_cli/util/run.py +++ b/dcae-cli/dcae_cli/util/run.py @@ -130,8 +130,8 @@ def run_component(user, cname, cver, catalog, additional_user, attached, force, Args ---- force: (boolean) - Continue to run even when there are no valid downstream components when - this flag is set to True. + Continue to run even when there are no valid downstream components, + when this flag is set to True. dmaap_map: (dict) config_key to message router or data router connections. Used as a manual way to make available this information for the component. inputs_map: (dict) config_key to value that is intended to be provided at |