blob: 8f793c2bca526bcece0433300df35e87a65be6f3 (
plain)
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.
|