Add a note that VMWare does not support parallelization at this time
This commit is contained in:
parent
29c5658ce8
commit
ea9d56f459
|
@ -5,13 +5,16 @@ sidebar_current: "vmware-usage"
|
|||
|
||||
# Usage
|
||||
|
||||
The VMware providers are used just like any other provider. Please
|
||||
The Vagrant VMware providers are used just like any other provider. Please
|
||||
read the general [basic usage](/v2/providers/basic_usage.html) page for
|
||||
providers.
|
||||
|
||||
The value to use for the `--provider` flag is `vmware_fusion` for VMware
|
||||
Fusion, and `vmware_workstation` for VMware Workstation.
|
||||
|
||||
The Vagrant VMWare provider does not support parallel execution at this time.
|
||||
Specifying the `--parallel` option will have no effect.
|
||||
|
||||
<p>
|
||||
To get started, a 64-bit Ubuntu 12.04 LTS VMware box is available at:
|
||||
<a href="http://files.vagrantup.com/precise64_vmware.box">http://files.vagrantup.com/precise64_vmware.box</a>
|
||||
|
|
Loading…
Reference in New Issue