added missing cloud providers

This commit is contained in:
Christian Berendt 2014-05-07 20:50:06 +02:00
parent 3997e2abc7
commit f65a1217e9

View file

@ -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