tempest/tempest/services
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
..
object_storage Fix create, update or delete container metadata method 2017-09-24 07:56:23 +00:00
orchestration Delete TimeoutException in tempest/exceptions.py 2016-11-03 09:52:18 +08:00
__init__.py Delete unused class Service 2014-07-22 12:57:09 +02:00