tempest/tempest/services/object_storage
ghanshyam 7351cbdc09 Fix create, update or delete container metadata method
Swift provides a single API to Create, Update or Delete
container metadata.
With different headers or values those operation can be
achieved. For example:
- delete metadata by passing metadata without value
- update metadata by passing updated value with same key

Details- https://developer.openstack.org/api-ref/object-store/?expanded=create-update-or-delete-container-metadata-detail

But current service client for account has 2 different
method for these operation. update_, delete_

To make it consistent with other service client and to have
single service client method per API, this patch merge those
methods.

Partially implements blueprint consistent-service-method-names

Change-Id: I75e40fc5c19d5b56d2be5f68e6cdb41bda4f9595
2017-09-24 07:56:23 +00:00
..
__init__.py Move object storage account_client to lib interface 2017-09-14 17:23:58 +00:00
container_client.py Fix create, update or delete container metadata method 2017-09-24 07:56:23 +00:00
object_client.py Replace six.iteritems with dict.items 2017-01-03 23:17:34 +00:00