Migrate rackspace/gophercloud -> gophercloud/gophercloud

This change migrates the 'openstack' provider and 'keystone'
authenticator plugin to the newer gophercloud/gophercloud library.

Note the 'rackspace' provider still uses rackspace/gophercloud.

Fixes #30404
This commit is contained in:
Angus Lees 2016-11-07 19:35:42 +11:00 committed by deads2k
parent 3c7b74f219
commit 8c88b249db
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ import (
"strings"
"github.com/golang/glog"
"github.com/rackspace/gophercloud"
"github.com/rackspace/gophercloud/openstack"
"github.com/gophercloud/gophercloud"
"github.com/gophercloud/gophercloud/openstack"
netutil "k8s.io/apimachinery/pkg/util/net"
"k8s.io/apiserver/pkg/authentication/user"