manila/releasenotes/notes/netapp-ontap-rest-api-client-4c83c7b931f950cf.yaml
Stephen Finucane 23e6493dee Remove trailing spaces, convert dos2unix
These are issues that pre-commit identified. Address them now.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I19f7d3689a000c41787b3fe15632564928bbf6a6
2023-06-01 12:11:43 +01:00

16 lines
801 B
YAML

---
features:
- |
NetApp driver: introduced the option to request ONTAP operations through
REST API when using ONTAP 9.12.1 or greater. The new option
`netapp_use_legacy_client` allows switching between the old ZAPI client
approach and new REST client. It is default to `True`, meaning that the
drivers will keep working as before using ZAPI operations. If desired, this
option can be set to `False` connecting with new REST client that performs
REST API operations if it is available, otherwise falls back to ZAPI.
Also, an option called `netapp_rest_operation_timeout` was added to allow
the user to set the maximum amount of time expected to get an output from
a synchronous operation when using REST API. By default, the timeout value
is 60 seconds.