rename DigitalOcean provider to digital_ocean

The name of the DigitalOcean plugin gem is `vagrant-digitalocean` but the
actual provider plugin registered with vagrant is `:digital_ocean`.

See: 9dddc13084/lib/vagrant-digitalocean/plugin.rb (L10)
This commit is contained in:
Joshua Hoblitt 2015-05-11 18:44:02 -07:00
parent 3b18f4a5ec
commit 3b1869c486

View file

@ -17,7 +17,7 @@ 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
CLOUD_PROVIDERS = %w( aws cloudstack digitalocean digital_ocean hp joyent openstack rackspace
softlayer proxmox managed azure brightbox cloudstack vcloud
vsphere )
end