46ac3932f9
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
9 lines
260 B
YAML
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.
|
|
|