mirror of
https://github.com/docker/docs.git
synced 2026-04-03 09:49:05 +07:00
Merge pull request #654 from gierschv/fix-openstack
Provision OpenStack instances with Docker
This commit is contained in:
2
host.go
2
host.go
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user