mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #32116 from ticosax/memory_swap-default-from-container
Obtain default value of `memory_swap` from the container.
This commit is contained in:
commit
294177f428
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ VALID_CREATE_OPTS = {
|
|||
'memory_swap': {
|
||||
'api_name': 'memswap_limit',
|
||||
'path': 'HostConfig:MemorySwap',
|
||||
'default': 0,
|
||||
'get_default_from_container': True,
|
||||
},
|
||||
'mac_address': {
|
||||
'validator': 'string',
|
||||
|
|
Loading…
Add table
Reference in a new issue