commit | 4640b01c0334e32204d33fdad78c249debb7e0be | [log] [tgz] |
---|---|---|
author | Zhi Kun Liu <zhikunli@cn.ibm.com> | Wed Apr 23 22:50:40 2014 +0800 |
committer | Zhi Kun Liu <liuzhikun@gmail.com> | Mon May 26 07:55:48 2014 +0000 |
tree | 65ceae5751470a81f2773220c0cca36e31681647 | |
parent | aa7eb963cb523275984295b6a073c667c5606903 [diff] |
Remove nova v2 client in ListSnapshotImagesTest ListSnapshotImagesTest should only use nova v3 client for creating snapshot as the similar test which uses nova v2 client already exist in nova v2 images api tests(compute/images/test_list_image_filters.py). This patch removes nova v2 client from ListSnapshotImagesTest. Change-Id: I04e34f7cd34f760d7bc1361a3037c1f1fe1341d8 Closes-Bug: #1311712