Package: python-keystoneclient / 1:0.10.1-2
Metadata
Package | Version | Patches format |
---|---|---|
python-keystoneclient | 1:0.10.1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
no intersphinx.patch | (download) |
doc/source/conf.py |
1 0 + 1 - 0 ! |
no sphinx.ext.intersphinx Avoids network access when building sphinx doc. |
do not call TestCase.setUp twice.patch | (download) |
keystoneclient/tests/v3/test_auth_saml2.py |
1 0 + 1 - 0 ! |
do not call testcase.setup() twice The current test code works with testtools 0.9.35, but breaks hard with testtools 0.9.39, because TestCase.setUp() is called twice currently. This patch removes one of the 2 calls. |
CVE 2014 7144_Fix_the_condition_expression_for_ssl_insecure.patch | (download) |
keystoneclient/middleware/auth_token.py |
26 25 + 1 - 0 ! |
cve-2014-7144, fix the condition expression for ssl_insecure In the existing code, self.ssl_insecure is a string. If insecure option is set in nova api-paste.ini, whatever it is 'true' or 'false', kwargs['verify'] will become False. This commit corrects the condition expression. This patch is backported from https://review.openstack.org/#/c/113191/ |
1