tempest/tempest/api/compute/images
Ken'ichi Ohmichi 0eb153c636 Remove wait_for_server_status from servers_client
wait_for_server_status of compute client just calls the one of waiters
module and the method is a wrapper.
So the method seems redundant and it doesn't fit as service clients.

This patch removes wait_for_server_status from compute client and
replaces it with waiters' one.

Partially implements blueprint consistent-service-method-names

Change-Id: Ie821ea4ba0924b71caba80132e1c383fb5bb125d
2015-07-13 23:33:06 +00:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
test_image_metadata.py Remove wait_for_image_status from compute client 2015-07-08 05:57:37 +00:00
test_image_metadata_negative.py Use the prefix-embedded rand_name method 2015-07-06 16:52:41 +12:00
test_images.py Use the prefix-embedded rand_name method 2015-07-06 16:52:41 +12:00
test_images_negative.py Remove wait_for_server_status from servers_client 2015-07-13 23:33:06 +00:00
test_images_oneserver.py Remove wait_for_server_status from servers_client 2015-07-13 23:33:06 +00:00
test_images_oneserver_negative.py Remove wait_for_server_status from servers_client 2015-07-13 23:33:06 +00:00
test_list_image_filters.py Remove wait_for_server_status from servers_client 2015-07-13 23:33:06 +00:00
test_list_image_filters_negative.py Use the prefix-embedded rand_name method 2015-07-06 16:52:41 +12:00
test_list_images.py Apply a naming rule of GET to compute clients([ik]) 2015-06-25 08:57:49 +00:00