diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-03-22 20:23:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-22 20:23:36 +0000 |
commit | 88fc810539b0ecc6ffd74cd3de88de527221938c (patch) | |
tree | c8fc602a1ad5081c9e4e85f2aabb1dc7ece92d77 /xci/playbooks/get-opnfv-scenario-requirements.yml | |
parent | 5c19a7833eafc7a9547e6b16d68794dbcd211d7a (diff) | |
parent | 47ec2e605fb9516ddd46d9aa723318fdb296f2f2 (diff) |
Merge "xci: playbooks: Fix message on fail task for deployed scenario"
Diffstat (limited to 'xci/playbooks/get-opnfv-scenario-requirements.yml')
-rw-r--r-- | xci/playbooks/get-opnfv-scenario-requirements.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xci/playbooks/get-opnfv-scenario-requirements.yml b/xci/playbooks/get-opnfv-scenario-requirements.yml index 6937b47e..d133048a 100644 --- a/xci/playbooks/get-opnfv-scenario-requirements.yml +++ b/xci/playbooks/get-opnfv-scenario-requirements.yml @@ -123,11 +123,11 @@ - deploy_scenario_flavor when: deploy_scenario is defined - - name: Fail if {{ deploy_scenario }} is not supported + - name: Fail if {{ deploy_scenario.scenario }} is not supported fail: msg: - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - ERROR! The {{ deploy_scenario }} scenario can't be deployed. This is because + - ERROR! The {{ deploy_scenario.scenario }} scenario can't be deployed. This is because - the {{ installer_type }} XCI installer or the {{ xci_flavor }} flavor or the {{ xci_distro }} - distribution is not supported by this scenario. It may also be possible that - this scenario doesn't exist at all or it's not listed in {{ scenario_file }}. |