Codebase list cinder-tempest-plugin / c760d70
Switch to use new base_client.BaseClient Class 'tempest.lib.services.volume.v3.base_client.BaseClient' has moved to 'tempest.lib.services.volume.base_client.BaseClient' in version Pike [1] and will be removed in a future version. [1] I645ae35daebd924c4c4523163e5419cc050bb0ed Change-Id: I4bcc9e2c7b6fd0096dc9c8f679ef680ea0d7bbbf jeremy.zhang 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):