mirror of https://github.com/apache/cloudstack.git
Fix wrong event type for DestroyRouterCmd
This commit is contained in:
parent
48109a9e3a
commit
f40cfebd97
|
|
@ -76,7 +76,7 @@ public class DestroyRouterCmd extends BaseAsyncCmd {
|
|||
|
||||
@Override
|
||||
public String getEventType() {
|
||||
return EventTypes.EVENT_ROUTER_STOP;
|
||||
return EventTypes.EVENT_ROUTER_DESTROY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue