summaryrefslogtreecommitdiff
path: root/openstackclient/volume
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/volume')
-rw-r--r--openstackclient/volume/client.py3
-rw-r--r--openstackclient/volume/v3/__init__.py0
2 files changed, 2 insertions, 1 deletions
diff --git a/openstackclient/volume/client.py b/openstackclient/volume/client.py
index ade5a95f..c4b0dfca 100644
--- a/openstackclient/volume/client.py
+++ b/openstackclient/volume/client.py
@@ -27,7 +27,8 @@ API_VERSION_OPTION = 'os_volume_api_version'
API_NAME = "volume"
API_VERSIONS = {
"1": "cinderclient.v1.client.Client",
- "2": "cinderclient.v2.client.Client"
+ "2": "cinderclient.v2.client.Client",
+ "3": "cinderclient.v3.client.Client",
}
diff --git a/openstackclient/volume/v3/__init__.py b/openstackclient/volume/v3/__init__.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/openstackclient/volume/v3/__init__.py