Codebase list cinder-tempest-plugin / f1e560a
Merge "Switch to use new base_client.BaseClient" Zuul authored 8 years ago Gerrit Code Review committed 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1414
1515 from oslo_serialization import jsonutils as json
1616 from tempest.lib.common import rest_client
17 from tempest.lib.services.volume.v3 import base_client
17 from tempest.lib.services.volume import base_client
1818
1919
2020 class VolumeRevertClient(base_client.BaseClient):