diff options
Diffstat (limited to 'xci/config/noha-vars')
-rwxr-xr-x | xci/config/noha-vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/config/noha-vars b/xci/config/noha-vars index 22c68fee..935becb2 100755 --- a/xci/config/noha-vars +++ b/xci/config/noha-vars @@ -10,7 +10,7 @@ # Configure VM Nodes #------------------------------------------------------------------------------- export TEST_VM_NUM_NODES=4 -export TEST_VM_NODE_NAMES="xci controller00 compute00 compute01" +export TEST_VM_NODE_NAMES="opnfv controller00 compute00 compute01" export VM_DOMAIN_TYPE=kvm export VM_CPU=8 export VM_DISK=80 |