File: network-list-e6e9dafdd8446263.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 (10 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (7)
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.