diff --git a/plugin/pkg/authenticator/password/keystone/keystone.go b/plugin/pkg/authenticator/password/keystone/keystone.go index 7d173cfc2..fb035d4c9 100644 --- a/plugin/pkg/authenticator/password/keystone/keystone.go +++ b/plugin/pkg/authenticator/password/keystone/keystone.go @@ -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"