File: dual-stack-networks-8a81941c97d28deb.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 (8 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (7)
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.