--- 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: [, network]} {get_attr: [, network, mtu]} {get_attr: [, network, tags]} {get_attr: [, network, l2_adjacency]}