File: infer-secgroup-source-58d840aaf1a1f485.yaml

package info (click to toggle)
python-openstacksdk 0.101.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,888 kB
  • sloc: python: 90,744; sh: 173; makefile: 21
file content (9 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
---
features:
  - If a cloud does not have a neutron service, it is now
    assumed that Nova will be the source of security groups.
    To handle clouds that have nova-network and do not have
    the security group extension, setting secgroup_source to
    None will prevent attempting to use them at all. If the
    cloud has neutron but it is not a functional source of
    security groups, set secgroup_source to nova.