commit | 85f5bede4e51091b60f57e16f2048d8fdd8887b4 | [log] [tgz] |
---|---|---|
author | Adam Gandelman <adamg@ubuntu.com> | Thu Jun 19 16:48:17 2014 -0700 |
committer | Yair Fried <yfried@redhat.com> | Tue Jun 24 07:22:12 2014 +0000 |
tree | cea6e1d3182aff4d78181f138623423ac5a50499 | |
parent | fe3a91cbee07873e0dc7977acb148cc2451356b1 [diff] |
Avoid snapshotting from compute authorization test The compute authorization API tests currently rely on the creation of an image via an instance snapshot. Not all compute drivers support this and the tests do not actually require the image to be a snapshot. Instead, create a dummy image in Glance directly to avoid making auth tests dependent on a hypervisor feature. Change-Id: I83a0fe12b1077ea87e402ec9897931631fa9cbf6 Closes-bug: #1331138