mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30309 from rallytime/bp-30304
Back-port #30304 to 2015.8
This commit is contained in:
commit
5154c71127
1 changed files with 1 additions and 1 deletions
|
@ -1625,7 +1625,7 @@ def request_instance(vm_=None, call=None):
|
|||
userdata = fh_.read()
|
||||
|
||||
if userdata is not None:
|
||||
params['UserData'] = base64.b64encode(userdata)
|
||||
params[spot_prefix + 'UserData'] = base64.b64encode(userdata)
|
||||
|
||||
vm_size = config.get_cloud_config_value(
|
||||
'size', vm_, __opts__, search_global=False
|
||||
|
|
Loading…
Add table
Reference in a new issue