mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Obtain default value of memory_swap
from the container.
This commit is contained in:
parent
553ecaca25
commit
fe439db4d3
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