summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-03-30 16:10:04 -0700
committerMonty Taylor <mordred@inaugust.com>2016-03-30 16:15:49 -0700
commit278a761df68d1e7d4d93ee2c6fb91f1a0e82e78a (patch)
tree204f64b43bd89ac247069e583723048b92b0a69a /releasenotes
parent9d49a7a87329095cd47efbc32d77ffa52a8cec22 (diff)
downloados-client-config-278a761df68d1e7d4d93ee2c6fb91f1a0e82e78a.tar.gz
Change network info indication to a generic list
Networks can have more information than just internal or external. Notably, if you have two private networks and you're trying to assign floating ips, you need to know which network should be the recipient. This should be backwards compatible with existing external_network and internal_network options. Change-Id: I0d469339ba00486683fcd3ce2995002fa0a576d1
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.