File: netapp-ontap-rest-api-client-4c83c7b931f950cf.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (15 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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.