mirror of https://github.com/apache/cloudstack.git
Bug 12422 - deletePhysicalNetwork fails: DB exception at com.cloud.network.NetworkManagerImpl.checkIfPhysicalNetworkIsDeletable(NetworkManagerImpl.java:4083)
-Missing annotation on caller method
This commit is contained in:
parent
2c9e1ff903
commit
787bb5a9c4
|
|
@ -3988,6 +3988,7 @@ public class NetworkManagerImpl implements NetworkManager, NetworkService, Manag
|
|||
|
||||
@Override
|
||||
@ActionEvent(eventType = EventTypes.EVENT_PHYSICAL_NETWORK_DELETE, eventDescription = "deleting physical network", async = true)
|
||||
@DB
|
||||
public boolean deletePhysicalNetwork(Long physicalNetworkId) {
|
||||
|
||||
// verify input parameters
|
||||
|
|
|
|||
Loading…
Reference in New Issue