This commit is contained in:
r_takaishi 2017-05-24 16:28:13 +09:00
parent 37e6539bff
commit db58854b0b
1 changed files with 1 additions and 1 deletions

View File

@ -6,11 +6,11 @@ import (
"net/http" "net/http"
"os" "os"
"crypto/x509"
"github.com/gophercloud/gophercloud" "github.com/gophercloud/gophercloud"
"github.com/gophercloud/gophercloud/openstack" "github.com/gophercloud/gophercloud/openstack"
"github.com/hashicorp/packer/template/interpolate" "github.com/hashicorp/packer/template/interpolate"
"io/ioutil" "io/ioutil"
"crypto/x509"
) )
// AccessConfig is for common configuration related to openstack access // AccessConfig is for common configuration related to openstack access