Merge pull request #654 from gierschv/fix-openstack

Provision OpenStack instances with Docker
This commit is contained in:
Evan Hazlett 2015-02-27 17:45:43 -05:00
commit 9acef467ff
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ func (h *Host) Create(name string) error {
func (h *Host) Provision() error {
// "local" providers use b2d; no provisioning necessary
switch h.Driver.DriverName() {
case "none", "virtualbox", "vmwarefusion", "vmwarevsphere", "openstack":
case "none", "virtualbox", "vmwarefusion", "vmwarevsphere":
return nil
}