From 63ddf2ed2f4886c940cbe9074f2158c857012aa0 Mon Sep 17 00:00:00 2001 From: lkuchlan Date: Sun, 6 Nov 2016 08:42:56 +0200 Subject: [PATCH] Update volume client class description It is not more a base class for volume clients, only for volume client v1. Change-Id: Id7e8f24da50a1e5d0305932e35939cb428f0e683 --- tempest/lib/services/volume/v1/volumes_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/lib/services/volume/v1/volumes_client.py b/tempest/lib/services/volume/v1/volumes_client.py index 3df8da4f57..cc98c9170d 100644 --- a/tempest/lib/services/volume/v1/volumes_client.py +++ b/tempest/lib/services/volume/v1/volumes_client.py @@ -22,7 +22,7 @@ from tempest.lib import exceptions as lib_exc class VolumesClient(rest_client.RestClient): - """Base client class to send CRUD Volume API requests""" + """Client class to send CRUD Volume V1 API requests""" def _prepare_params(self, params): """Prepares params for use in get or _ext_get methods.