Skip to content
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

Add pip requirements to fix TLS validation issues. #86

Merged
merged 1 commit into from
Feb 28, 2017
Merged

Add pip requirements to fix TLS validation issues. #86

merged 1 commit into from
Feb 28, 2017

Conversation

pires
Copy link
Contributor

@pires pires commented Feb 24, 2017

Fixes #85

Fixes #85

Signed-off-by: Paulo Pires <pjpires@gmail.com>
@@ -1,6 +1,8 @@
pbr>=1.8
netaddr>=0.7.18
requests>=2.9.1
requests
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain the rationale behind changing version requirements of "requests"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have to admit I'm not a Python developer so I tried to Google my way out of this issue. In between experiments, I was suggested to updated requests. Perhaps it was because it would require a newer version or urllib3 or because it already included a fix that urllib3 didn't had at the time of the writing of said suggestion.

All I can say, is that it works now!

@shettyg
Copy link
Collaborator

shettyg commented Feb 24, 2017

@salv-orlando Your expertise is needed here. Would removing the versioning for requests cause issues in other ways?

@shettyg shettyg merged commit 01046ab into ovn-org:master Feb 28, 2017
@shettyg
Copy link
Collaborator

shettyg commented Feb 28, 2017

I did some testing and I did not see any negative effects of your change. So I will go ahead and merge it. If we hear about any issues, we will re-visit.

@pires pires deleted the fix_tls_alternative_names_ips branch March 1, 2017 06:37
@pires
Copy link
Contributor Author

pires commented Mar 1, 2017

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants