blob: 78bab821060664e9e985b6f8cfe628b3c3d1ba6a [file] [log] [blame]
jun xieebc3da32014-11-18 14:34:56 +08001# Copyright 2014 OpenStack Foundation
2# All Rights Reserved.
3#
4# Licensed under the Apache License, Version 2.0 (the "License"); you may
5# not use this file except in compliance with the License. You may obtain
6# a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13# License for the specific language governing permissions and limitations
14# under the License.
15
Yaroslav Lobankovdb4a2e12015-11-28 20:04:54 +030016from tempest.services.volume.base import base_backups_client
jun xieebc3da32014-11-18 14:34:56 +080017
18
Yaroslav Lobankov4c237792015-12-02 18:43:48 +030019class BackupsClient(base_backups_client.BaseBackupsClient):
Ken'ichi Ohmichib2790842015-11-17 11:46:13 +000020 """Client class to send CRUD Volume V2 API requests"""
Ken'ichi Ohmichif85e9bd2015-01-27 12:51:47 +000021 api_version = "v2"