File: network-security-group-query-parameter-id-f6dda45b2c09dbaa.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 (9 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (4)
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'])