----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7827/ -----------------------------------------------------------
Review request for cloudstack, Murali Reddy and Kelven Yang. Description ------- Due to incorrect logic the private network traffic label specified was not getting used, instead some default was getting used (vSwitch0 or privateEthernetPortProfile). The fix passes the correct label in the format vSwitchX or vSwitchX,<vlan_id> and based on that the correct switch is used. Diffs ----- plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareManagerImpl.java 64ded51 Diff: https://reviews.apache.org/r/7827/diff/ Testing ------- Verified that the traffic labels are getting used and correct vSwitch is getting used for the different traffic types. Thanks, Koushik Das