File: retrieve-detailed-view-for-find-proxy-methods-947a3280732c448a.yaml

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (25 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
features:
  - |
    The following proxy ``find_*`` operations will now retrieve a detailed
    resource by default when retrieving by name:

    * Block storage (v2)

      * ``find_volume``
      * ``find_snapshot``
      * ``find_backup``

    * Block storage (v3)

      * ``find_volume``
      * ``find_snapshot``
      * ``find_backup``
      * ``find_group``
      * ``find_group_snapshot``

    * Compute (v2)

      * ``find_image``
      * ``find_server``
      * ``find_hypervisor``