mirror of https://github.com/apache/cloudstack.git
Fix typo
Reported by Soheil Eizadi <seizadi@infoblox.com> at dev@cloudstack.apache.org
This commit is contained in:
parent
b02bbc841e
commit
95de7ea69b
2
plugins/network-elements/nicira-nvp/src/com/cloud/api/commands/DeleteNiciraNvpDeviceCmd.java
Normal file → Executable file
2
plugins/network-elements/nicira-nvp/src/com/cloud/api/commands/DeleteNiciraNvpDeviceCmd.java
Normal file → Executable file
|
|
@ -95,7 +95,7 @@ public class DeleteNiciraNvpDeviceCmd extends BaseAsyncCmd {
|
|||
|
||||
@Override
|
||||
public String getEventType() {
|
||||
return EventTypes.EVENT_EXTERNAL_LB_DEVICE_DELETE;
|
||||
return EventTypes.EVENT_EXTERNAL_NVP_CONTROLLER_DELETE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue