Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #104 from berendt/add_missing_cloud_providers
Browse files Browse the repository at this point in the history
added missing cloud providers
  • Loading branch information
fgrehm committed May 8, 2014
2 parents 3997e2a + f65a121 commit f545717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/vagrant-cachier/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class Plugin < Vagrant.plugin('2')
# 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

Expand Down

0 comments on commit f545717

Please sign in to comment.