tempest/tempest/common
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
..
generator Switch all uses of iteritems to use six instead 2015-05-10 12:46:22 -04:00
utils Merge "Fix useless usage of Linux utils" 2015-07-03 07:24:28 +00:00
__init__.py Changes the namespace from storm to tempest, as well as adding addition tests and improvements 2011-12-06 16:48:03 -06:00
accounts.py Merge "Rework get_network_from_name() function" 2015-05-11 09:12:46 +00:00
commands.py Update all Oslo module use 2015-03-11 21:07:56 +00:00
compute.py Remove wait_for_server_status from servers_client 2015-07-13 23:33:06 +00:00
cred_provider.py Add ":" to docstring of CredentialProvider 2015-07-01 08:19:19 +00:00
credentials.py Initial class creds creation in test base class 2015-04-27 15:23:13 +01:00
custom_matchers.py Switch all uses of iteritems to use six instead 2015-05-10 12:46:22 -04:00
fixed_network.py Remove "JSON" from sevice clients' names 2015-07-02 05:34:48 +00:00
glance_http.py Switch all uses of httplib to import from six 2015-04-23 12:00:18 -04:00
isolated_creds.py Remove "JSON" from sevice clients' names 2015-07-02 05:34:48 +00:00
negative_rest_client.py Remove remaining CONF references in service_client 2015-03-23 10:19:39 -04:00
service_client.py Remove remaining CONF references in service_client 2015-03-23 10:19:39 -04:00
tempest_fixtures.py Update all Oslo module use 2015-03-11 21:07:56 +00:00
validation_resources.py Add resource prefix string 2015-06-26 16:48:40 +12:00
waiters.py Merge wait_for_volume_status to common method 2015-07-08 08:23:17 +00:00