python-novaclient/releasenotes/notes/deprecate-volume-service-name-arg-4c65e8866f9624dd.yaml
Andrey Kurilin 0bdd24518e Deprecate volume_service_name argument
We forgot about it while removing all methods related to Volume API.

Change-Id: I465b91a17e2633ae876c0011bc8af6ec475c8d48
2016-12-17 17:51:57 +00:00

8 lines
345 B
YAML

---
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.