ansible/clustering
Kevin Borgolte f1cdafae12 Fix Kubernetes API auth regression from 393e43b8 (#2503)
* Fix Kubernetes API auth regression from 393e43b8

Commit 393e43b8 renames url_username and url_password to username and
password, which breaks authentication to a Kubernetes API endpoint as
fetch_url() in ansible.module_utils.urls relies on url_username and
url_password being set.

* Add aliases for clustering/kubernetes.py

- username as alias for url_username
- password as alias for url_password
2016-07-10 10:17:31 +02:00
..
__init__.py
consul.py
consul_acl.py
consul_kv.py
consul_session.py
kubernetes.py Fix Kubernetes API auth regression from 393e43b8 (#2503) 2016-07-10 10:17:31 +02:00
znode.py