summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/network-list-e6e9dafdd8446263.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/network-list-e6e9dafdd8446263.yaml b/releasenotes/notes/network-list-e6e9dafdd8446263.yaml
new file mode 100644
index 0000000..8375488
--- /dev/null
+++ b/releasenotes/notes/network-list-e6e9dafdd8446263.yaml
@@ -0,0 +1,11 @@
+---
+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 and a routes_externally field, as well as
+ any other arbitrary metadata needed by consuming
+ applications.
+deprecations:
+ - external_network and internal_network are deprecated and
+ should be replaced with the list of network dicts.