-
Notifications
You must be signed in to change notification settings - Fork 68
Bug 1536963 Updates required to work with openshift 0.4.0 #209
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
Bug 1536963 Updates required to work with openshift 0.4.0 #209
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once 0.4.0.a1 is pushed to pypi I think this should all work fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably need a bugzilla for this.
|
@jmontleon I think this is the bug you should use https://bugzilla.redhat.com/show_bug.cgi?id=1536963 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like one more spot.
| openshift_config.load_kube_config() | ||
| token = openshift_client.configuration.api_key['authorization'] | ||
| cluster_host = openshift_client.configuration.host | ||
| token = openshift_client.Configuration().get_api_key_with_prefix('authorization') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also exists on line 1092.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Updated the PR message and fixed 1092.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like installing openshift 0.4.0 is failing on Travis. The latest version in pypi is 0.3.4.
|
" jmontleon, karimb, dzager: openshift 0.4.0.a1 is now up on pypi, pip install 'openshift==0.4.0.a1' should grab it" I see there is https://pip.pypa.io/en/stable/reference/pip_install/#pre-release-versions for installing pre-release versions. Not sure if there is a way to use that so we don't lock it down to the alpha version forever. |
We're going to need to wait for this to be available at the least.
jmontleon: just tagged v0.4.0.a1 which should push itself to pypi once the build passes
It's also entirely possible I've missed other places that need updating.