neykov commented on this pull request.
> + * `git clone https://github.com/neykov/vagrant-java-bindings` + * `cd vagrant-java-bindings` + * `mvn clean install` + * Copy `target/vagrant-java-bindings-0.0.1-SNAPSHOT.jar` to jcloud's classpath +2. Vagrant provider + * `git clone https://github.com/neykov/jclouds-vagrant` + * `cd jclouds-vagrant/vagrant` + * `mvn clean install` + * Copy `target/vagrant-2.0.0-SNAPSHOT.jar` to jcloud's classpath + +Using in Apache Brooklyn +------------------------ + +Download a Vagrant box: +``` +vagrant box add ubuntu/trustry64 This one could be related as well - https://github.com/mitchellh/vagrant/issues/7997 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/160