summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-05-10 11:34:18 +0200
committerManuel Buil <mbuil@suse.com>2018-05-14 11:34:04 +0200
commitb392a77efbd543495422555f6736d5734e482413 (patch)
tree5483b1a6a3830b5a68b31896c6fddf870734cb5b
parent19e1907a59b4096be7edca7ccdbcf02252004325 (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>
-rw-r--r--scenarios/os-odl-sfc/xci_overrides2
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}