summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-18 16:12:30 +0000
committerGerrit Code Review <review@openstack.org>2016-12-18 16:12:30 +0000
commitb7094e322294196feda0c84753c3e9ea5c453e92 (patch)
treedcc7bca725df6971b3deeeec084f36fae7746103 /releasenotes
parent8c0c50ff3d0935b7f52ec36142e7170d96905ea9 (diff)
parent0bdd24518e95279b77514a1e16443f9941a8bb38 (diff)
downloadpython-novaclient-b7094e322294196feda0c84753c3e9ea5c453e92.tar.gz
Merge "Deprecate volume_service_name argument"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/deprecate-volume-service-name-arg-4c65e8866f9624dd.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/deprecate-volume-service-name-arg-4c65e8866f9624dd.yaml b/releasenotes/notes/deprecate-volume-service-name-arg-4c65e8866f9624dd.yaml
new file mode 100644
index 00000000..26de99b5
--- /dev/null
+++ b/releasenotes/notes/deprecate-volume-service-name-arg-4c65e8866f9624dd.yaml
@@ -0,0 +1,7 @@
+---
+deprecations:
+ - CLI argument for volume_service_name was deprecated long time ago. All
+ novaclient's methods for communication with Volume API were deprecated and
+ removed. There is no need to leave **volume_service_name** argument of
+ novaclient.client.Client entry-point since it is not used anywhere,
+ so it is removed now.