mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	Create event TEMPLATE_UPDATE for virtual machine image update calls.
This commit is contained in:
		
							parent
							
								
									edaa1cbfed
								
							
						
					
					
						commit
						e7eec8d0da
					
				@ -2033,11 +2033,13 @@ public class TemplateManagerImpl extends ManagerBase implements TemplateManager,
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    @ActionEvent(eventType = EventTypes.EVENT_TEMPLATE_UPDATE, eventDescription = "updating template", async = false)
 | 
			
		||||
    public VMTemplateVO updateTemplate(UpdateIsoCmd cmd) {
 | 
			
		||||
        return updateTemplateOrIso(cmd);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    @ActionEvent(eventType = EventTypes.EVENT_TEMPLATE_UPDATE, eventDescription = "updating template", async = false)
 | 
			
		||||
    public VMTemplateVO updateTemplate(UpdateTemplateCmd cmd) {
 | 
			
		||||
        return updateTemplateOrIso(cmd);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user