community.general/lib/ansible/modules/extras/clustering
Kevin Borgolte 026dc4f957 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-12-08 11:34:31 -05:00
..
__init__.py Add missing __init__.py file 2016-12-08 11:32:56 -05:00
consul.py Fix default service_address in consul module (#2454) 2016-12-08 11:34:24 -05:00
consul_acl.py consul: fix param name for verify SSL (#2194) 2016-12-08 11:34:18 -05:00
consul_kv.py consul: fix param name for verify SSL (#2194) 2016-12-08 11:34:18 -05:00
consul_session.py add 'behavior' attribute to consul_session (#2183) 2016-12-08 11:34:23 -05:00
kubernetes.py Fix Kubernetes API auth regression from 393e43b8 (#2503) 2016-12-08 11:34:31 -05:00
znode.py Add support for recursive znode deletion 2016-12-08 11:33:57 -05:00