File: infer-secgroup-source-58d840aaf1a1f485.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-- 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.