Revert "verify_ssl: true for osbs store metadata plugin"

This reverts commit dd3b55935f.

This change is going to require a bit more work because the cert in
question is self-signed and auto-generated by the openshift-ansible
cluster bootstrapping since it's only internal to the cluster.
Patrick has an idea for how to handle this going forward, will
follow up later.
This commit is contained in:
Adam Miller 2016-12-16 06:37:50 +00:00
parent dd3b55935f
commit a6747b056a

View file

@ -54,7 +54,7 @@
"plugin_name": "store_metadata_in_osv3",
"plugin_args": {
"url": "{{default.openshift_url}}",
"verify_ssl": true,
"verify_ssl": false,
"use_auth": true
}
}