commit | fb53d4218b5655d69fd66711313f3810b94f6aae | [log] [tgz] |
---|---|---|
author | Thomas Herve <therve@redhat.com> | Tue Jan 05 15:29:03 2016 +0100 |
committer | Thomas Herve <therve@redhat.com> | Wed Jan 06 11:19:42 2016 +0100 |
tree | 88baf018dda2411a09715ae19c06b8395110eb98 | |
parent | 35db11a181bdf6ca2d86430e7a2e5d96d12e8197 [diff] |
Fix race condition in tests with swift key In integration we publish templates in Swift using temporary URLs. Unfortunately there is a race condition in the way we setup the key, as we use the key global to the account. This switches to a container per test and a key per container to work around that. Change-Id: Ia19967696811847e5b3ba07df68848a1708c2316 Closes-Bug: #1491773