mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #23988 from rallytime/bp-23977
Backport #23977 to 2015.5
This commit is contained in:
commit
d4f1ba02d7
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ def image_create(profile=None, **kwargs):
|
|||
)
|
||||
|
||||
image = nt_ks.images.create(**fields)
|
||||
newimage = image_list(str(image.id))
|
||||
newimage = image_list(str(image.id), profile)
|
||||
return {newimage['name']: newimage}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue