summaryrefslogtreecommitdiffstats
path: root/xci/config/aio-vars
diff options
context:
space:
mode:
Diffstat (limited to 'xci/config/aio-vars')
-rwxr-xr-xxci/config/aio-vars5
1 files changed, 2 insertions, 3 deletions
diff --git a/xci/config/aio-vars b/xci/config/aio-vars
index e5a1aee9..cff181a9 100755
--- a/xci/config/aio-vars
+++ b/xci/config/aio-vars
@@ -9,10 +9,9 @@
#-------------------------------------------------------------------------------
# Configure VM Nodes
#-------------------------------------------------------------------------------
-export TEST_VM_NUM_NODES=1
-export TEST_VM_NODE_NAMES=opnfv
+export NUM_NODES=1
+export NODE_NAMES=opnfv
export VM_DOMAIN_TYPE=${VM_DOMAIN_TYPE:-kvm}
export VM_CPU=${VM_CPU:-8}
export VM_DISK=${VM_DISK:-80}
export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-8192}
-export VM_DISK_CACHE=none