[cloud] ovirt: add headers param to auth (#27881)

* Add filter param to ovirt module auth

* Update docs to include new filter param

* Fix broken YAML

* Replace filter param with headers
This commit is contained in:
Michele Zuccala 2017-08-11 15:31:20 +02:00 committed by Ryan Brown
commit 7d1308b0d8
4 changed files with 17 additions and 0 deletions

View file

@ -143,6 +143,7 @@ def create_connection(auth):
insecure=auth.get('insecure', False),
token=auth.get('token', None),
kerberos=auth.get('kerberos', None),
headers=auth.get('headers', None),
)