mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-20 10:00:23 +00:00
Deprecate the in-tree keystone plugin
We now have the `client-keystone-auth` in cloud-provider-openstack repository: https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/using-client-keystone-auth.md So let's drop the in-tree one, so we can remove it in 1.12 Kubernetes-commit: ffe817fcababca46d4989ff3982807468645d2ea
This commit is contained in:
parent
08e4505e02
commit
edd1069068
@ -140,6 +140,7 @@ func newOpenstackAuthProvider(_ string, config map[string]string, persister rest
|
|||||||
var ttlDuration time.Duration
|
var ttlDuration time.Duration
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
|
glog.Warningf("WARNING: in-tree openstack auth plugin is now deprecated. please use the \"client-keystone-auth\" kubectl/client-go credential plugin instead")
|
||||||
ttl, found := config["ttl"]
|
ttl, found := config["ttl"]
|
||||||
if !found {
|
if !found {
|
||||||
ttlDuration = DefaultTTLDuration
|
ttlDuration = DefaultTTLDuration
|
||||||
|
Loading…
Reference in New Issue
Block a user