docker_swarm_service: Don’t remove service when networks change (#52634)

* Don’t remove service when networks change

* Add changelog fragment

* Some more network integration tests

* Add hannseman as author

* Remove return on self.client.fail
This commit is contained in:
Hannes Ljungberg
2019-02-21 12:46:50 +01:00
committed by John R Barker
parent 19cf956453
commit 7276344f85
3 changed files with 86 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "docker_swarm_service - Don't recreate service when ``networks`` parameter changes when running Docker API >= 1.29."