File: network-security-group-query-parameter-id-f6dda45b2c09dbaa.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    The ``id`` field was added a query parameter for security_groups. A single
    security group id, or a list of security group ids can be passed. For
    example::

      conn.network.security_groups(id=['f959e85a-1a87-4b5c-ae56-dc917ceeb584',
                                       'a55c0100-7ded-40af-9c61-1d1b9a9c2692'])