Commit graph

12 commits

Author SHA1 Message Date
René Moser
1c79efb64d Merge pull request #1725 from mscherer/clean_consul
Clean consul
2016-03-15 23:19:07 +01: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)