Merge "Remove ServiceClient from share_client"

This commit is contained in:
Jenkins 2015-05-28 05:27:00 +00:00 committed by Gerrit Code Review
commit 51589d441c
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ import time
import urllib
import six # noqa
from tempest_lib.common import rest_client # noqa
from tempest_lib.common.utils import data_utils # noqa
from tempest_lib import exceptions as lib_exc # noqa
from tempest.common import service_client
from tempest import config_share as config
from tempest import exceptions
from tempest import share_exceptions
@ -29,7 +29,7 @@ from tempest import share_exceptions
CONF = config.CONF
class SharesClient(service_client.ServiceClient):
class SharesClient(rest_client.RestClient):
"""Tempest REST client for Manila.
It handles shares and access to it in OpenStack.