diff --git a/builder/openstack/access_config.go b/builder/openstack/access_config.go index 45e256bb6..502df161f 100644 --- a/builder/openstack/access_config.go +++ b/builder/openstack/access_config.go @@ -5,11 +5,12 @@ import ( "fmt" "github.com/mitchellh/packer/common" "github.com/mitchellh/packer/packer" - "github.com/rackspace/gophercloud" "net/http" "net/url" "os" "strings" + + "github.com/mitchellh/gophercloud-fork-40444fb" ) // AccessConfig is for common configuration related to openstack access diff --git a/builder/openstack/artifact.go b/builder/openstack/artifact.go index a2ba552c5..131f1a481 100644 --- a/builder/openstack/artifact.go +++ b/builder/openstack/artifact.go @@ -2,8 +2,9 @@ package openstack import ( "fmt" - "github.com/rackspace/gophercloud" "log" + + "github.com/mitchellh/gophercloud-fork-40444fb" ) // Artifact is an artifact implementation that contains built images. diff --git a/builder/openstack/builder.go b/builder/openstack/builder.go index a4b4eea19..0038ea9a0 100644 --- a/builder/openstack/builder.go +++ b/builder/openstack/builder.go @@ -8,8 +8,9 @@ import ( "github.com/mitchellh/multistep" "github.com/mitchellh/packer/common" "github.com/mitchellh/packer/packer" - "github.com/rackspace/gophercloud" "log" + + "github.com/mitchellh/gophercloud-fork-40444fb" ) // The unique ID for this builder diff --git a/builder/openstack/server.go b/builder/openstack/server.go index dbe2f52ef..ba22dd3e2 100644 --- a/builder/openstack/server.go +++ b/builder/openstack/server.go @@ -5,9 +5,10 @@ import ( "fmt" "github.com/mitchellh/multistep" "github.com/racker/perigee" - "github.com/rackspace/gophercloud" "log" "time" + + "github.com/mitchellh/gophercloud-fork-40444fb" ) // StateRefreshFunc is a function type used for StateChangeConf that is diff --git a/builder/openstack/ssh.go b/builder/openstack/ssh.go index 44cd70041..055850663 100644 --- a/builder/openstack/ssh.go +++ b/builder/openstack/ssh.go @@ -5,8 +5,9 @@ import ( "errors" "fmt" "github.com/mitchellh/multistep" - "github.com/rackspace/gophercloud" "time" + + "github.com/mitchellh/gophercloud-fork-40444fb" ) // SSHAddress returns a function that can be given to the SSH communicator diff --git a/builder/openstack/step_allocate_ip.go b/builder/openstack/step_allocate_ip.go index 28e97b4d5..b64f8b617 100644 --- a/builder/openstack/step_allocate_ip.go +++ b/builder/openstack/step_allocate_ip.go @@ -4,7 +4,8 @@ import ( "fmt" "github.com/mitchellh/multistep" "github.com/mitchellh/packer/packer" - "github.com/rackspace/gophercloud" + + "github.com/mitchellh/gophercloud-fork-40444fb" ) type StepAllocateIp struct { diff --git a/builder/openstack/step_create_image.go b/builder/openstack/step_create_image.go index bed26aea8..a95eaff34 100644 --- a/builder/openstack/step_create_image.go +++ b/builder/openstack/step_create_image.go @@ -4,9 +4,10 @@ import ( "fmt" "github.com/mitchellh/multistep" "github.com/mitchellh/packer/packer" - "github.com/rackspace/gophercloud" "log" "time" + + "github.com/mitchellh/gophercloud-fork-40444fb" ) type stepCreateImage struct{} diff --git a/builder/openstack/step_key_pair.go b/builder/openstack/step_key_pair.go index 40e93df30..9c46b4377 100644 --- a/builder/openstack/step_key_pair.go +++ b/builder/openstack/step_key_pair.go @@ -5,10 +5,11 @@ import ( "github.com/mitchellh/multistep" "github.com/mitchellh/packer/common/uuid" "github.com/mitchellh/packer/packer" - "github.com/rackspace/gophercloud" "log" "os" "runtime" + + "github.com/mitchellh/gophercloud-fork-40444fb" ) type StepKeyPair struct { diff --git a/builder/openstack/step_run_source_server.go b/builder/openstack/step_run_source_server.go index a9bd5433b..19e7f024d 100644 --- a/builder/openstack/step_run_source_server.go +++ b/builder/openstack/step_run_source_server.go @@ -4,8 +4,9 @@ import ( "fmt" "github.com/mitchellh/multistep" "github.com/mitchellh/packer/packer" - "github.com/rackspace/gophercloud" "log" + + "github.com/mitchellh/gophercloud-fork-40444fb" ) type StepRunSourceServer struct {