mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	agent: fix network.bridge.type to be optional
New network.bridge.type was introduced, but for buckward compatibility, the key should be optional. Signed-off-by: Hiroaki KAWAI <kawai@stratosphere.co.jp>
This commit is contained in:
		
							parent
							
								
									883333c214
								
							
						
					
					
						commit
						e9a6d47316
					
				| @ -96,7 +96,9 @@ if __name__ == '__main__': | ||||
|     parser.add_option("--guestNic", dest="guestNic", help="Guest traffic interface") | ||||
| 
 | ||||
|     old_config = configFileOps("@AGENTSYSCONFDIR@/agent.properties") | ||||
|     glbEnv.bridgeType = old_config.getEntry("network.bridge.type").lower() | ||||
|     bridgeType = old_config.getEntry("network.bridge.type").lower() | ||||
|     if bridgeType: | ||||
|         glbEnv.bridgeType = bridgeType | ||||
| 
 | ||||
|     (options, args) = parser.parse_args() | ||||
|     if options.auto is None: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user