-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Restore custom etcd prefix for user-identities #12606
Restore custom etcd prefix for user-identities #12606
Conversation
[test] |
@smarterclayton looks like 1.4 tests fail with |
Fix identities to be stored under /useridentities Fix egressnetworkpolicies to be stored under /registry/egressnetworkpolicy
@stevekuznetsov any idea why we're getting "/data/src/github.com/openshift/origin/hack/common.sh: line 6: OS_BUILD_ENV_GOLANG: readonly variable" errors in the 1.4 CI builds? |
Not clear -- try rebasing on current |
Oh, this is a backport -- probably something whacky with an improper |
@liggitt should be fixed |
Evaluated for origin test up to bd3fa46 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/13193/) (Base Commit: 208f053) |
LGTM [merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/13193/) (Image: devenv-rhel7_5757) |
Evaluated for origin merge up to bd3fa46 |
@liggitt When will v1.4.1 be released? |
The prefix was accidentally changed in during 1.4 development. This reverts to the 1.3 prefix.
Fixes #12598
Cherry-pick of #12607