ansible/test/runner/lib/cloud
Gonéri Le Bouder c4bb38d2b1 vcenter: disable ConfigParser interpolation (#59851)
Password can come with the '%' character. If we keep ConfigParser
interpolation enabled, it will try to modify the value.
Typical error looks like this one:

```
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%Z,sq'
```
See: https://docs.python.org/3/library/configparser.html#interpolation-of-values
2019-07-31 09:53:11 -07:00
..
__init__.py Fix ansible-test cloud testing for collections. 2019-07-24 00:17:11 -07:00
acme.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
aws.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
azure.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
cloudscale.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
cs.py Clean up pylint issues in test infra. 2019-07-15 14:45:30 -07:00
foreman.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
gcp.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
hcloud.py Minor ansible-test code cleanup. (#59052) 2019-07-12 21:58:19 -07:00
nios.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
opennebula.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
openshift.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
scaleway.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
tower.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
vcenter.py vcenter: disable ConfigParser interpolation (#59851) 2019-07-31 09:53:11 -07:00
vultr.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00