Move object storage capabilities_client to lib interface

object storage capabilities_client is stable now and good to be moved
as stable library interface.

Partially implements blueprint consistent-service-method-names

Change-Id: I06e874300a7b042ed09dc666aaeed578e814acf1
This commit is contained in:
ghanshyam 2017-07-25 00:48:31 +00:00
parent 5b7f6b9205
commit 97f6a843fc
4 changed files with 4 additions and 3 deletions

View File

@ -6,3 +6,4 @@ features:
any maintenance changes.
* bulk_middleware_client
* capabilities_client

View File

@ -14,9 +14,9 @@
from tempest.lib.services.object_storage.bulk_middleware_client import \
BulkMiddlewareClient
from tempest.services.object_storage.account_client import AccountClient
from tempest.services.object_storage.capabilities_client import \
from tempest.lib.services.object_storage.capabilities_client import \
CapabilitiesClient
from tempest.services.object_storage.account_client import AccountClient
from tempest.services.object_storage.container_client import ContainerClient
from tempest.services.object_storage.object_client import ObjectClient

View File

@ -14,7 +14,7 @@
# under the License.
from tempest.services.object_storage import capabilities_client
from tempest.lib.services.object_storage import capabilities_client
from tempest.tests.lib import fake_auth_provider
from tempest.tests.lib.services import base