commit | 54a428695093dee8534293ce16db5d8821529705 | [log] [tgz] |
---|---|---|
author | Attila Fazekas <afazekas@redhat.com> | Sun Jul 28 22:31:06 2013 +0200 |
committer | Attila Fazekas <afazekas@redhat.com> | Sat Sep 14 10:54:36 2013 +0200 |
tree | 37811ee123dc7ac3c808d7c7807774ff715118a2 | |
parent | f43c48f74151e2a108583eb9a8daf197e6860e98 [diff] |
Remove wait_for_image_resp_code The nova api first creates an entry in glance, before responding to snapshot creation request, so the entry expected to be visible without any additional wait. This change also introduces an OK code checker on the rest_client side, it's extended usage can make unnecessary to assert the ok codes in the test codes. So the wait_for_image_status will implicitly validate the status code. Change-Id: I9fdc1cc68501220e6688e2d7a745195b56d60cb9