From f65a1217e93251ded9103ce3cf7103e4ceffc117 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 7 May 2014 20:50:06 +0200 Subject: [PATCH] added missing cloud providers --- lib/vagrant-cachier/plugin.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/vagrant-cachier/plugin.rb b/lib/vagrant-cachier/plugin.rb index 11460bf..7cca1e8 100644 --- a/lib/vagrant-cachier/plugin.rb +++ b/lib/vagrant-cachier/plugin.rb @@ -20,7 +20,8 @@ module VagrantPlugins # Keep an eye on https://github.com/mitchellh/vagrant/wiki/Available-Vagrant-Plugins#wiki-providers # for more. CLOUD_PROVIDERS = %w( aws cloudstack digitalocean hp joyent openstack rackspace - softlayer proxmox managed ) + softlayer proxmox managed azure brightbox cloudstack vcloud + vsphere ) end end