mirror of https://github.com/apache/cloudstack.git
don't add the "untagged"
This commit is contained in:
parent
b7efa12d59
commit
d478bb9d95
|
|
@ -797,7 +797,7 @@ public class UserVmManagerImpl implements UserVmManager {
|
|||
|
||||
if (vm.getDomainRouterId() != null) {
|
||||
vm.setVnet(vnet);
|
||||
vm.setInstanceName(VirtualMachineName.attachVnet(vm.getName(), vm.getVnet()));
|
||||
//vm.setInstanceName(VirtualMachineName.attachVnet(vm.getName(), vm.getVnet()));
|
||||
} else {
|
||||
vm.setVnet("untagged");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue