mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	bug 5190: adding some more methods for the functionality
This commit is contained in:
		
							parent
							
								
									677d8894ea
								
							
						
					
					
						commit
						89cce1a023
					
				| @ -2260,5 +2260,6 @@ public interface ManagementServer { | |||||||
| 	 * Fetches the version of cloud stack  | 	 * Fetches the version of cloud stack  | ||||||
| 	 */ | 	 */ | ||||||
|     String getVersion(); |     String getVersion(); | ||||||
|  | 	boolean updateCertificate(String certificatePath); | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
|  | |||||||
| @ -9111,5 +9111,11 @@ public class ManagementServerImpl implements ManagementServer { | |||||||
|         return version; |         return version; | ||||||
|     } |     } | ||||||
|      |      | ||||||
|  |     @Override | ||||||
|  |     public boolean updateCertificate(String certificatePath) | ||||||
|  |     { | ||||||
|  |     	return false; | ||||||
|  |     } | ||||||
|  | 
 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user