diff options
author | Dan Radez <dradez@redhat.com> | 2016-08-23 02:37:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-23 02:37:42 +0000 |
commit | ea1ad48ca5f4ec391b4232fa92ba027119ad2ca7 (patch) | |
tree | 9cbf6fd0fc86fce734d4f0ce35610d22ceafc082 /ci | |
parent | 5805f11fb10b474b9e6bf8bf31f2bea2806174a2 (diff) | |
parent | 9c776d55e9f69de416823acff52017e9ea6ca5a8 (diff) |
Merge "correcting the virtual baremetal defaults"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 71433683..91663dfc 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -45,7 +45,7 @@ OPNFV_NETWORK_TYPES="admin_network private_network public_network storage_networ VM_CPUS=4 VM_RAM=8 -VM_COMPUTES=2 +VM_COMPUTES=1 # Netmap used to map networks to OVS bridge names NET_MAP['admin_network']="br-admin" |