Merge "Switch to use new base_client.BaseClient"
Zuul authored 8 years ago
Gerrit Code Review committed 8 years ago
| 14 | 14 |
|
| 15 | 15 |
from oslo_serialization import jsonutils as json
|
| 16 | 16 |
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
|
| 18 | 18 |
|
| 19 | 19 |
|
| 20 | 20 |
class VolumeRevertClient(base_client.BaseClient):
|