diff --git a/builder/openstack/access_config.go b/builder/openstack/access_config.go index e653813c7..cde357c5d 100644 --- a/builder/openstack/access_config.go +++ b/builder/openstack/access_config.go @@ -6,11 +6,11 @@ import ( "net/http" "os" + "crypto/x509" "github.com/gophercloud/gophercloud" "github.com/gophercloud/gophercloud/openstack" "github.com/hashicorp/packer/template/interpolate" "io/ioutil" - "crypto/x509" ) // AccessConfig is for common configuration related to openstack access