mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
introduces a force option in delete network to forcifully delete a network. This comes handy in rare cases where network fails to implenet and network is in shutdown state, but network shutdown to rollback implement process fails as well. Conflicts: api/src/org/apache/cloudstack/api/command/user/network/DeleteNetworkCmd.java server/src/com/cloud/user/DomainManagerImpl.java