mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	api: fix scale or upgrade systemvm (#11062)
This commit is contained in:
		
							parent
							
								
									b9864cb1e1
								
							
						
					
					
						commit
						78e146278b
					
				| @ -76,7 +76,7 @@ public class ScaleSystemVMCmd extends BaseAsyncCmd { | |||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public Map<String, String> getDetails() { |     public Map<String, String> getDetails() { | ||||||
|         return details; |         return convertDetailsToMap(details); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     ///////////////////////////////////////////////////// |     ///////////////////////////////////////////////////// | ||||||
|  | |||||||
| @ -70,7 +70,7 @@ public class UpgradeSystemVMCmd extends BaseCmd { | |||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public Map<String, String> getDetails() { |     public Map<String, String> getDetails() { | ||||||
|         return details; |         return convertDetailsToMap(details); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     ///////////////////////////////////////////////////// |     ///////////////////////////////////////////////////// | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user