[SRU] OpenStack test updates to support PEP 476
Bug #1434575 reported by
Corey Bryant
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cinder (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
In Progress
|
Medium
|
Unassigned | ||
Utopic |
Won't Fix
|
Medium
|
Unassigned | ||
keystone (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
In Progress
|
Medium
|
Unassigned | ||
Utopic |
Won't Fix
|
Medium
|
Unassigned | ||
neutron (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
In Progress
|
Medium
|
Unassigned | ||
Utopic |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
[Impact]
A new version of Python 2.7 is going to be introduced in Ubuntu 14.04. This version of python includes support for PEP 476 - Enabling certificate verification by default for stdlib http clients (https:/
[Test Case]
Running the package's tests via override_
[Regression Potential]
Little to no regression potential as all of the patched code will be test code.
Related branches
lp://staging/~corey.bryant/cinder/2014.1.4
- Ubuntu Server Developers: Pending requested
-
Diff: 159 lines (+136/-0)4 files modifieddebian/changelog (+8/-0)
debian/patches/ignore-http-proxy-during-test.patch (+79/-0)
debian/patches/pep-0476.patch (+47/-0)
debian/patches/series (+2/-0)
lp://staging/~corey.bryant/neutron/2014.1.4
- Ubuntu Server Developers: Pending requested
-
Diff: 149 lines (+124/-0)4 files modifieddebian/changelog (+8/-0)
debian/patches/ignore-http-proxy-during-test.patch (+62/-0)
debian/patches/pep-0476.patch (+52/-0)
debian/patches/series (+2/-0)
lp://staging/~corey.bryant/keystone/2014.1.4
- Ubuntu Server Developers: Pending requested
-
Diff: 150 lines (+130/-0)3 files modifieddebian/changelog (+7/-0)
debian/patches/pep-0476.patch (+122/-0)
debian/patches/series (+1/-0)
We will also need this fix into utopic packages as well as they support the Juno cloud archive for 14.04.
Lets split this from the icehouse point release and do it as a specific bit of work after 15.04 release.