diff options
Diffstat (limited to 'xci/scenarios/os-odl-nofeature')
-rw-r--r-- | xci/scenarios/os-odl-nofeature/xci_overrides | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xci/scenarios/os-odl-nofeature/xci_overrides b/xci/scenarios/os-odl-nofeature/xci_overrides index ed6c4489..2c65df0d 100644 --- a/xci/scenarios/os-odl-nofeature/xci_overrides +++ b/xci/scenarios/os-odl-nofeature/xci_overrides @@ -1,7 +1,7 @@ #!/bin/bash -if [[ $OPNFV_SCENARIO == "os-odl-nofeature" ]] && [[ $XCI_FLAVOR == "ha" ]]; then +if [[ $DEPLOY_SCENARIO == "os-odl-nofeature" ]] && [[ $XCI_FLAVOR == "ha" ]]; then export VM_MEMORY_SIZE=20480 -elif [[ $OPNFV_SCENARIO == "os-odl-nofeature" ]]; then +elif [[ $DEPLOY_SCENARIO == "os-odl-nofeature" ]]; then export VM_MEMORY_SIZE=16384 -fi
\ No newline at end of file +fi |