Merge "Use multi validators in CONFIG_SWIFT_PROXY_HOSTS"
This commit is contained in:
		| @@ -157,7 +157,7 @@ def validate_multi_ip(param, options=None): | ||||
|     parameter value are in IPv4 or IPv6 aformat. | ||||
|     """ | ||||
|     for host in param.split(','): | ||||
|         host, device = host.split('/', 1) | ||||
|         host = host.split('/', 1)[0] | ||||
|         validate_ip(host.strip(), options) | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jenkins
					Jenkins