File: dual-stack-networks-8a81941c97d28deb.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 (8 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
---
features:
  - Added support for dual stack networks where the IPv4 subnet and the
    IPv6 subnet have opposite public/private qualities. It is now possible
    to add configuration to clouds.yaml that will indicate that a network
    is public for v6 and private for v4, which is otherwise very difficult
    to correctly infer while setting server attributes like private_v4,
    public_v4 and public_v6.