summaryrefslogtreecommitdiff
path: root/clustering/consul_session.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Make consul modules pass sanity test for python 3Michael Scherer2016-10-171-6/+6
|
* remove duration from lock delay as seconds are the only granularity ↵Steve Gargan2016-09-141-20/+10
| | | | | supported. (#2877) add utf header to file so that it loads correctly
* add 'behavior' attribute to consul_session (#2183)Ian Levesque2016-06-131-0/+13
| | | add 'behavior' attribute to consul_session
* Merge pull request #1793 from ctooley/add_https_to_consul_lookupRené Moser2016-03-231-0/+14
|\ | | | | Add https support for consul clustering modules
| * Modify consul certificate validation bypass keyword from 'verify' to ↵Chris Tooley2016-03-231-2/+2
| | | | | | | | 'validate_certs'
| * Add version_added to documentationChris Tooley2016-03-051-0/+2
| |
| * Add https support for consul clustering modulesChris Tooley2016-03-051-0/+12
| |
* | Merge pull request #1725 from mscherer/clean_consulRené Moser2016-03-151-13/+8
|\ \ | | | | | | Clean consul
| * | Remove unused variablesMichael Scherer2016-02-241-4/+1
| | | | | | | | | | | | | | | | | | 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)
| * | Rename consul variable to consul_clientMichael Scherer2016-02-241-8/+8
| | | | | | | | | | | | | | | Since the module is also named consul, pyflakes emit a warning about it since the variable shadow the module.
| * | Pyflakes complain about unused import, so remove itMichael Scherer2016-02-241-2/+0
| |/
* | Add a datacenter parameter, fix #1693Michael Scherer2016-02-241-1/+2
|/
* Clean up unneeded urllib2 importsToshio Kuratomi2015-07-201-2/+2
|
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-161-1/+1
|
* fixed version on consul modulesBrian Coca2015-05-281-1/+1
|
* fix doc parsing by correctly quoting authorBrian Coca2015-05-141-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Add python >= 2.6 to documented depsToshio Kuratomi2015-05-121-0/+1
|
* Give consul modules a .py extensionMatt Martz2015-05-111-0/+268