heat/releasenotes/notes/server-addresses-attr-include-subnet-62d74e161e1db1af.yaml
Harald Jensås 46ac3932f9 OS::Nova::Server: Extend addresses attr to include subnets
This change adds 'subnets' to the addresses attribute of the
OS::Nova::Server resource. This enables resolving the subnet
properties for the server resource which brings parity with
OS::Neutron::Port's 'subnets' attribute.

Story: 1766946
Task: 19689
Change-Id: I6927f1e142e83df7258e259bffc86819e4cbe881
2018-06-12 15:35:10 +00:00

9 lines
260 B
YAML

---
features:
- |
Adds ``subnets`` to the ``addresses`` attribute of
``OS::Nova::Server`` resource. This enables resolving the subnet
properties for the server resource which brings parity with
``OS::Neutron::Port``'s ``subnets`` attribute.