diff options
author | Manuel Buil <mbuil@suse.com> | 2018-05-10 11:34:18 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2018-05-14 11:34:04 +0200 |
commit | b392a77efbd543495422555f6736d5734e482413 (patch) | |
tree | 5483b1a6a3830b5a68b31896c6fddf870734cb5b /scenarios/os-odl-sfc | |
parent | 19e1907a59b4096be7edca7ccdbcf02252004325 (diff) |
Add latest_release as default6.0.1
If nothing is specified, let's deploy with the latest release which
we know works correctly
Change-Id: Ia38e4b5e5c32b886dfdd5ab76654241b495d6863
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'scenarios/os-odl-sfc')
-rw-r--r-- | scenarios/os-odl-sfc/xci_overrides | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenarios/os-odl-sfc/xci_overrides b/scenarios/os-odl-sfc/xci_overrides index 74cba615..ecbff0ee 100644 --- a/scenarios/os-odl-sfc/xci_overrides +++ b/scenarios/os-odl-sfc/xci_overrides @@ -7,4 +7,4 @@ fi # Until this feature is developed, ODL_VERSION must be intialized: # https://github.com/ansible/ansible/issues/17329 # otherwise the lookup in vars/main returns an empty string when not defined -export ODL_VERSION=${ODL_VERSION:-oxygen} +export ODL_VERSION=${ODL_VERSION:-latest_release} |