added missing cloud providers
This commit is contained in:
parent
3997e2abc7
commit
f65a1217e9
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ module VagrantPlugins
|
||||||
# Keep an eye on https://github.com/mitchellh/vagrant/wiki/Available-Vagrant-Plugins#wiki-providers
|
# Keep an eye on https://github.com/mitchellh/vagrant/wiki/Available-Vagrant-Plugins#wiki-providers
|
||||||
# for more.
|
# for more.
|
||||||
CLOUD_PROVIDERS = %w( aws cloudstack digitalocean hp joyent openstack rackspace
|
CLOUD_PROVIDERS = %w( aws cloudstack digitalocean hp joyent openstack rackspace
|
||||||
softlayer proxmox managed )
|
softlayer proxmox managed azure brightbox cloudstack vcloud
|
||||||
|
vsphere )
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue