Commit graph

18 commits

Author SHA1 Message Date
Steve Gargan
2b6f3419b6 remove duration from lock delay as seconds are the only granularity supported. (#2877)
add utf header to file so that it loads correctly
2016-09-14 11:39:41 +02:00
Ian Levesque
88dc108b69 add 'behavior' attribute to consul_session (#2183)
add 'behavior' attribute to consul_session
2016-06-13 14:50:19 -04:00
René Moser
31e7463e68 Merge pull request #1793 from ctooley/add_https_to_consul_lookup
Add https support for consul clustering modules
2016-03-23 21:15:37 +01:00
Chris Tooley
04982da9b8 Modify consul certificate validation bypass keyword from 'verify' to 'validate_certs' 2016-03-23 13:23:30 +00:00
René Moser
1c79efb64d Merge pull request #1725 from mscherer/clean_consul
Clean consul
2016-03-15 23:19:07 +01:00
Chris Tooley
516f7d98e7 Add version_added to documentation 2016-03-05 00:55:08 +00:00
Chris Tooley
b5390824c2 Add https support for consul clustering modules 2016-03-05 00:37:41 +00:00
Michael Scherer
250494eaef 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-02-24 12:23:12 +01:00
Michael Scherer
05ac6edd45 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-02-24 12:22:06 +01:00
Michael Scherer
9e61b49d58 Pyflakes complain about unused import, so remove it 2016-02-24 12:21:10 +01:00
Michael Scherer
1084bb31b8 Add a datacenter parameter, fix #1693 2016-02-24 12:03:05 +01:00
Toshio Kuratomi
79173ac18d Clean up unneeded urllib2 imports 2015-07-20 23:04:27 -07:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Brian Coca
c223716bc7 fixed version on consul modules 2015-05-28 10:05:10 -04:00
Brian Coca
bceeba224f fix doc parsing by correctly quoting author 2015-05-14 09:19:24 -04:00
Greg DeKoenigsberg
609b6d05f3 Adding author's github id 2015-05-13 14:43:50 -04:00
Toshio Kuratomi
e5022ba87b Add python >= 2.6 to documented deps 2015-05-12 08:43:31 -07:00
Matt Martz
1b3b0caa51 Give consul modules a .py extension 2015-05-11 10:09:56 -05:00
Renamed from clustering/consul_session (Browse further)