mirror of https://github.com/apache/cloudstack.git
Fix wrong event type for DestroyRouterCmd
This commit is contained in:
parent
80fdf4053f
commit
57542db31a
|
|
@ -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