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
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user