diff options
Diffstat (limited to 'prototypes/xci/config/noha-vars')
-rwxr-xr-x | prototypes/xci/config/noha-vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/xci/config/noha-vars b/prototypes/xci/config/noha-vars index 22c68feeb..935becb27 100755 --- a/prototypes/xci/config/noha-vars +++ b/prototypes/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 |