On Tue, Aug 5, 2014 at 5:01 AM, Thierry Carrez <thierry@openstack.org> wrote:
Dolph Mathews wrote:
> A backport for the first bug is now in review:
>
> https://bugs.launchpad.net/ossa/+bug/1348820
> master https://review.openstack.org/#/c/109747/ (merged)
> stable/icehouse https://review.openstack.org/#/c/111772/

Ihar has a comment that you merged two patches in a single review.. any
chance you could decouple the two and propose them separately ?

> But at the moment, we're actually still working to land complete fixes
> for the second two in master.
>
> https://bugs.launchpad.net/ossa/+bug/1349597
> master https://review.openstack.org/#/c/109820/ (gating at this moment;
> this also should have been Closes-Bug)
>
> https://bugs.launchpad.net/ossa/+bug/1347961
> master https://review.openstack.org/#/c/111106/ (gating at this moment)

Those two just landed. Could you propose backports for them now ? I'll
get the approvals lined up.


The fixes made to Juno are proposed as backports to stable/icehouse:

https://review.openstack.org/#/c/111845/ - Don't override tox envdir for pep8
https://review.openstack.org/#/c/112082/ - Add tests related to V2 token issued_at time changing
https://review.openstack.org/#/c/111772/ - Fix for V2 token issued_at time changing
https://review.openstack.org/#/c/112083/ - Correct revocation event test for domain_id
https://review.openstack.org/#/c/112084/ - Fix revoking domain-scoped tokens
https://review.openstack.org/#/c/112085/ - Add a test for revoking a scoped token from an unscoped
https://review.openstack.org/#/c/112086/ - Fix revoking a scoped token from an unscoped token
https://review.openstack.org/#/c/112102/ - Make test_revoke expiry times distinct
https://review.openstack.org/#/c/112087/ - Fix revocation event handling with MySQL

There were some minor-looking conflicts. There's also an issue where the tox envdir was shared and this was causing reviews to fail (111845), and there had been an earlier fix for the revocation tests that I picked up to get the unit tests to pass (112102).

- Brant