Merge "Remove cinder v1 artifacts from code base"
diff --git a/patrole_tempest_plugin/tests/api/volume/rbac_base.py b/patrole_tempest_plugin/tests/api/volume/rbac_base.py
index 742665b..1d390b7 100644
--- a/patrole_tempest_plugin/tests/api/volume/rbac_base.py
+++ b/patrole_tempest_plugin/tests/api/volume/rbac_base.py
@@ -40,8 +40,6 @@
         cls.rbac_utils = rbac_utils.RbacUtils(cls)
 
         version_checker = {
-            1: [cls.os_primary.volume_hosts_client,
-                cls.os_primary.volume_types_client],
             2: [cls.os_primary.volume_hosts_v2_client,
                 cls.os_primary.volume_types_v2_client],
             3: [cls.os_primary.volume_hosts_v2_client,