python-tackerclient/tackerclient/tests/unit/vm/samples/vim_config_with_false_cert_verify.yaml
Manuel Buil 593762fb78 Backport of the patch to fix the insecure VIM
This is a backport of the patch: https://review.openstack.org/#/c/532525/4

Change-Id: I17af91d6041c4e41f6d479da742e96ea45ae31f7
Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-01-15 17:57:35 +01:00

8 lines
183 B
YAML

auth_url: 'http://1.2.3.4:5000'
username: 'xyz'
password: '12345'
project_name: 'abc'
project_domain_name: 'prj_domain_name'
user_domain_name: 'user_domain_name'
cert_verify: 'False'