vagrant/plugins/providers
Anders Kaseorg 5b4dcf9443
providers/docker: Fix usability check
In commit 7980178d19 (#10879) I added a
`usable?` class method to `VagrantPlugins::DockerProvider::Provider`.
However, commit 34e53a5a4b (#10890)
incorrectly changed it to an instance method.  This rendered it
ineffective because it’s called on the class, not an instance.  Change
it back to a class method.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-09-10 15:10:43 -07:00
..
docker providers/docker: Fix usability check 2019-09-10 15:10:43 -07:00
hyperv Merge pull request #10410 from chrisroberts/f-hyperv-net-typo 2018-11-13 15:43:03 -08:00
virtualbox Ensure non-existent machines do not attempt to list snapshots 2019-04-09 13:11:19 -07:00