cinder/releasenotes/notes/refactor-disco-volume-driver-3ff0145707ec0f3e.yaml
Guy Kim 5c841f2d7b Refactoring ITRI DISCO cinder volume driver
This commit is the refactored version of DISCO volume driver of ITRI.

We change the SOAP API to REST API. It adds also two different classes:

* Class for the different calls using REST API
* Class for attach/detach a DISCO volume

It also includes the unit tests.

DocImpact
Implements: blueprint refactor-disco-volume-driver

Change-Id: Id0e2d2ef4a873e86e514d5784a957ea4f593a027
2016-12-28 14:33:12 +00:00

6 lines
200 B
YAML

---
Deprecations:
- Marked the ITRI DISCO driver option ``disco_wsdl_path`` as deprecated.
The new preferred protocol for array communication is REST and SOAP
support will be removed.