Merge pull request #7366 from mitchellh/sethvargo/doc_no_parallel

Document VAGRANT_NO_PARALLEL
This commit is contained in:
Seth Vargo 2016-05-30 17:31:48 -04:00
commit 4c7069d7c9
1 changed files with 5 additions and 0 deletions

View File

@ -118,6 +118,11 @@ Note that any `vagrant plugin` commands automatically do not load any
plugins, so if you do install any unstable plugins, you can always use plugins, so if you do install any unstable plugins, you can always use
the `vagrant plugin` commands without having to worry. the `vagrant plugin` commands without having to worry.
## `VAGRANT_NO_PARALLEL`
If this is set, Vagrant will not perform any parallel operations (such as
parallel box provisioning). All operations will be performed in serial.
## `VAGRANT_SKIP_SUBPROCESS_JAILBREAK` ## `VAGRANT_SKIP_SUBPROCESS_JAILBREAK`
As of Vagrant 1.7.3, Vagrant tries to intelligently detect if it is running in As of Vagrant 1.7.3, Vagrant tries to intelligently detect if it is running in