6745f86f2a
_role_net_subnet contains the name of the subnet, so _role_net_subnet.vlan will not return the correct configured vlan id. This change uses network.subnets[_role_net_subnet].vlan to get the configured vlan id. Change-Id: Ifef98f45a57af508d7302584aa52eedd45316edd Closes-Bug: #1840054