docker_swarm_service: Remove defaults (#52420)

* Remove update_parallelism default

* Remove update_delay default

* Add documentation about removing defaults

* Present porting guide changes as a list
This commit is contained in:
Hannes Ljungberg
2019-02-18 20:19:19 +01:00
committed by Brian Coca
parent 367c62c9b5
commit 0bf9052e06
4 changed files with 13 additions and 7 deletions

View File

@@ -38,10 +38,10 @@ service_expected_output:
restart_policy_delay: null
restart_policy_window: null
tty: null
update_delay: 10
update_delay: null
update_failure_action: null
update_max_failure_ratio: null
update_monitor: null
update_order: null
update_parallelism: 1
update_parallelism: null
working_dir: null