summaryrefslogtreecommitdiff
path: root/docker/models/swarm.py
Commit message (Collapse)AuthorAgeFilesLines
* Add unlock methods to Swarm modelunlock_swarm_supportJoffrey F2017-11-071-0/+8
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update SwarmSpec to include new parametersJoffrey F2017-11-031-3/+14
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Adding swarm id_attribute to match docker outputSteve Clark2017-09-211-0/+2
| | | | | Swarm id is returned in a attribute with the key ID. The swarm model was using the default behaviour and looking for Id. Signed-off-by: Steve Clark <steve@cobe.io>
* Fix Swarm model init to correctly pass arguments through to init_swarm1359-swarm-initJoffrey F2017-01-251-6/+6
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-1/+2
| | | | | | Makefile now runs tests against Docker 1.13 RC Signed-off-by: Joffrey F <joffrey@docker.com>
* Add new user-focused APIBen Firshman2016-11-221-0/+146
See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk>