docker_swarm_service: Extend mount options (#53559)

* Add mount options

* Remove mount readonly default

* Fix driver_config test

* Add documentation

* Add changelog fragment

* Properly indent tmpfs_ options

* Use correct service suffix for mount tests

* Check for None value on tmpfs usage check

* Document change of mounts.readonly return key

* Use correct change log type

* Really use correct change log type

* Revert changing mount.readonly to read_only
This commit is contained in:
Hannes Ljungberg
2019-03-09 21:35:57 +01:00
committed by Sloane Hertel
parent c75da35595
commit 57f706e5a0
4 changed files with 672 additions and 100 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "docker_swarm_service - Extended ``mounts`` options. It now also accepts ``labels``, ``propagation``, ``no_copy``, ``driver_config``, ``tmpfs_size``, ``tmpfs_mode``."