From b392a77efbd543495422555f6736d5734e482413 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 10 May 2018 11:34:18 +0200 Subject: Add latest_release as default If nothing is specified, let's deploy with the latest release which we know works correctly Change-Id: Ia38e4b5e5c32b886dfdd5ab76654241b495d6863 Signed-off-by: Manuel Buil --- scenarios/os-odl-sfc/xci_overrides | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenarios/os-odl-sfc/xci_overrides') 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} -- cgit 1.2.3-korg