summaryrefslogtreecommitdiff
path: root/releasenotes/notes/neutron-port-network-attribute-14d2eeb481b25fa8.yaml
blob: 2cbadda11a4efa2238c3c9d518d44e648a84c9b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Added ``network`` attribute to OS::Neutron::Port resource. The new
    attribute returns the neutron network that owns the port. The following
    examples demonstrate some (not all) possible expressions. (Obtains the
    network, the MTU (Maximum transmission unit), the network tags and finally
    the l2_adjacency property)::

      {get_attr: [<port>, network]}
      {get_attr: [<port>, network, mtu]}
      {get_attr: [<port>, network, tags]}
      {get_attr: [<port>, network, l2_adjacency]}