mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47804 from rallytime/bp-47761
Back-port #47761 to 2018.3
This commit is contained in:
commit
780043e6fd
1 changed files with 1 additions and 0 deletions
|
@ -597,6 +597,7 @@ def _clean_create_kwargs(**kwargs):
|
|||
'volume_size': int,
|
||||
'nat_destination': six.string_types,
|
||||
'group': six.string_types,
|
||||
'userdata': six.string_types,
|
||||
}
|
||||
extra = kwargs.pop('extra', {})
|
||||
for key, value in six.iteritems(kwargs.copy()):
|
||||
|
|
Loading…
Add table
Reference in a new issue