-
Notifications
You must be signed in to change notification settings - Fork 40.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate the in-tree keystone plugin #64346
Deprecate the in-tree keystone plugin #64346
Conversation
/cc @hogepodge |
/retest |
1 similar comment
/retest |
/test pull-kubernetes-integration |
20df993
to
14a06cc
Compare
/test pull-kubernetes-e2e-kops-aws |
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
14a06cc
to
ffe817f
Compare
/retest |
/approve |
/milestone v1.11 |
/assign @smarterclayton |
/assign @liggitt |
/kind cleanup |
announcing deprecation now is fine, though removing it in 1.12 seems more aggressive than the deprecation policy allows (unless I'm missing where the openstack support is marked experimental or alpha) |
/status approved-for-milestone |
[MILESTONENOTIFIER] Milestone Pull Request: Up-to-date for process @dims @hogepodge @liggitt @smarterclayton Pull Request Labels
|
@liggitt ack, we can decide later if 1.12 is not appropriate per rules. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, hogepodge, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Automatic merge from submit-queue (batch tested with PRs 64057, 63223, 64346, 64562, 64408). If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
We now have the
client-keystone-auth
in cloud-provider-openstackrepository:
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
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: