Merge pull request #104 from berendt/add_missing_cloud_providers

added missing cloud providers
This commit is contained in:
Fabio Rehm 2014-05-08 10:06:08 -03:00
commit f545717587

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