Typo in vagrant instruction

This patch fixes the typo in vagrant instructions, it should be
CPUS.

Signed-off: Syed Ahsan <syed.ahsan.shamim.zaidi@intel.com>
This commit is contained in:
Syed Ahsan Shamim Zaidi
2019-10-07 16:56:02 -07:00
committed by David Lyle
parent 0325a44d6f
commit d95d82e102
+2 -2
View File
@@ -26,9 +26,9 @@ Run vagrant
sudo vagrant up --provider=libvirt
```
Note, in order to spin up vagrant to use different CPU and MEMORY for individual VM's:
Note, in order to spin up vagrant to use different CPUS and MEMORY for individual VM's:
```bash
CPU=4 MEMORY=8096 vagrant up clr-01 --provider=libvirt
CPUS=4 MEMORY=8096 vagrant up clr-01 --provider=libvirt
```
Note, vagrant installation steps were derived from: