mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[openstack] string interpolation problem image create fixes #1493
This commit is contained in:
parent
7e8381bfab
commit
92b5760b49
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Fog
|
|||
|
||||
unless attributes[:properties].nil?
|
||||
attributes[:properties].each do |key,value|
|
||||
data['x-image-meta-property-#{key}'] = value
|
||||
data["x-image-meta-property-#{key}"] = value
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue