diff --git a/commands.go b/commands.go index 39ffb6d5c5..cdeb0afee5 100644 --- a/commands.go +++ b/commands.go @@ -22,7 +22,7 @@ import ( _ "github.com/docker/machine/drivers/hyperv" _ "github.com/docker/machine/drivers/none" _ "github.com/docker/machine/drivers/openstack" - //_ "github.com/docker/machine/drivers/rackspace" + _ "github.com/docker/machine/drivers/rackspace" //_ "github.com/docker/machine/drivers/softlayer" _ "github.com/docker/machine/drivers/virtualbox" //_ "github.com/docker/machine/drivers/vmwarefusion"