mirror of https://github.com/apache/cloudstack.git
bug 12379: Remove reset of physical network ID
status 12379: resolved fixed
This commit is contained in:
parent
e89c8725ed
commit
1b11b97707
|
|
@ -248,7 +248,6 @@ public class GuestNetworkGuru extends AdapterBase implements NetworkGuru {
|
|||
EventUtils.saveEvent(UserContext.current().getCallerUserId(), profile.getAccountId(), EventVO.LEVEL_INFO, EventTypes.EVENT_ZONE_VLAN_RELEASE, "Released Zone Vlan: "
|
||||
+profile.getBroadcastUri().getHost()+" for Network: "+profile.getId(), 0);
|
||||
profile.setBroadcastUri(null);
|
||||
profile.setPhysicalNetworkId(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue