Commit Graph

14 Commits (842394b1ab06756c37c3c15e1b72acec053c3282)

Author SHA1 Message Date
Ian Levesque 4914721094 add 'behavior' attribute to consul_session (#2183)
add 'behavior' attribute to consul_session
2016-12-08 11:34:23 -05:00
Chris Tooley b2c7d28f41 Modify consul certificate validation bypass keyword from 'verify' to 'validate_certs' 2016-12-08 11:34:00 -05:00
Chris Tooley ca1efafc50 Add version_added to documentation 2016-12-08 11:33:59 -05:00
Chris Tooley 6c41d9cd38 Add https support for consul clustering modules 2016-12-08 11:33:59 -05:00
Michael Scherer 4589b67a44 Remove unused variables
Session_id is unused in update_session, changed is always specifically
set in all exit_json call, and consul_client.session.destroy return True
or False, and is unused later (nor checked)
2016-12-08 11:33:55 -05:00
Michael Scherer fabd619070 Rename consul variable to consul_client
Since the module is also named consul, pyflakes emit a warning
about it since the variable shadow the module.
2016-12-08 11:33:55 -05:00
Michael Scherer 78571c053b Pyflakes complain about unused import, so remove it 2016-12-08 11:33:55 -05:00
Michael Scherer 334bfbd465 Add a datacenter parameter, fix #1693 2016-12-08 11:33:55 -05:00
Toshio Kuratomi a4859e1087 Clean up unneeded urllib2 imports 2016-12-08 11:33:01 -05:00
Greg DeKoenigsberg c65a612d1f Changes to author formatting, remove emails 2016-12-08 11:32:51 -05:00
Brian Coca ce8db1cf79 fixed version on consul modules 2016-12-08 11:32:43 -05:00
Brian Coca c4f52f62f7 fix doc parsing by correctly quoting author 2016-12-08 11:32:39 -05:00
Toshio Kuratomi a8c12ec097 Add python >= 2.6 to documented deps 2016-12-08 11:32:36 -05:00
Matt Martz acee6436af Give consul modules a .py extension 2016-12-08 11:32:36 -05:00