mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix userdata in openstack instances
This commit is contained in:
parent
1efe891c42
commit
b7bc306333
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