cinder/releasenotes/notes/update_config_options_disco_volume_driver-07e52aa43e83c243.yaml
Guy Kim 1a3f91662c Update configuration names in ITRI DISCO volume driver
This commit is to update and deprecate the name of some configuration
names:

* "san_api_port" is new config option added in san driver
* "rest_ip" is marked as deprecated and will be replaced with "san_ip"
* "disco_src_api_port" is marked as deprecated and will be replaced with
  "san_ssh_port"

It also includes the changes in the unit tests.

Change-Id: I4c24cd397f513648e2c2214fc4f87cf5367233ac
Implements: blueprint disco-driver-update-option-name
2017-10-13 06:34:01 +00:00

14 lines
568 B
YAML

---
upgrade:
- |
We replaced the config option in the disco volume driver
"disco_choice_client" with "disco_client_protocol".
We add "san_api_port" as new config option in san driver for accessing
the SAN API using this port.
Deprecations:
- |
Marked the ITRI DISCO driver option 'disco_rest_api' as deprecated
in order to use the config 'san_ip' provided by the generic driver san.
Marked the ITRI DISCO driver option 'disco_src_api_port' as deprecated
in order to use the config 'san_ssh_port' provided by the generic driver san.