tempest/tempest/api/image
Ken'ichi Ohmichi 66494e9e69 Apply other "get" rule of GET to image v2 client
[GET /resources] methods should be "list_<resource name>s" or
"show_<resource name>", so this patch applies the part of the
rule to image client.

NOTE: This patch renames get_image_file to load_image_file
because the method gets the content of file. So show_image_file
didn't fit to its meaning. In addition, this renames store_image
to store_image_file for consistency.

Partially implements blueprint consistent-service-method-names

Change-Id: I2b354ff7192bea20339c61bedcd2f11eee455381
2015-06-11 03:10:38 +00:00
..
admin Apply other "get" rule of GET to image v2 client 2015-06-11 03:10:38 +00:00
v1 Apply other "get" rule of GET to image v1 client 2015-06-08 04:35:17 +00:00
v2 Apply other "get" rule of GET to image v2 client 2015-06-11 03:10:38 +00:00
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
base.py Add support for image deactivate and reactivate 2015-06-02 07:07:17 +03:00