summaryrefslogtreecommitdiff
path: root/tempest/services/volume/xml/admin/volume_types_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/services/volume/xml/admin/volume_types_client.py')
-rw-r--r--tempest/services/volume/xml/admin/volume_types_client.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tempest/services/volume/xml/admin/volume_types_client.py b/tempest/services/volume/xml/admin/volume_types_client.py
index 679d0979e..2464016ba 100644
--- a/tempest/services/volume/xml/admin/volume_types_client.py
+++ b/tempest/services/volume/xml/admin/volume_types_client.py
@@ -205,3 +205,8 @@ class VolumeTypesClientXML(rest_client.RestClient):
except exceptions.NotFound:
return True
return False
+
+ @property
+ def resource_type(self):
+ """Returns the primary type of resource this client works with."""
+ return 'volume-type'