File: network-list-e6e9dafdd8446263.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 (10 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
---
features:
  - Support added for configuring metadata about networks
    for a cloud in a list of dicts, rather than in the
    external_network and internal_network entries. The dicts
    support a name, a routes_externally field, a nat_destination
    field and a default_interface field.
deprecations:
  - external_network and internal_network are deprecated and
    should be replaced with the list of network dicts.