Enable parallelization [GH-152]

This commit is contained in:
Fabio Rehm 2013-11-06 21:38:59 -02:00
parent b86b83eba1
commit afd302529c
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
IMPROVEMENTS:
- Support for `vagrant up` in parallel [#152](https://github.com/fgrehm/vagrant-lxc/issues/152)
- Warn users about unsupported private / public networking configs [#154](https://github.com/fgrehm/vagrant-lxc/issues/154)
- Respect Vagrantfile options to disable forwarded port [#149](https://github.com/fgrehm/vagrant-lxc/issues/149)

View file

@ -9,7 +9,7 @@ module Vagrant
LXC-based virtual machines.
EOF
provider(:lxc) do
provider(:lxc, parallel: true) do
require File.expand_path("../provider", __FILE__)
I18n.load_path << File.expand_path(File.dirname(__FILE__) + '/../../locales/en.yml')