1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-27 14:03:40 +03:00

feature #2289: Add resource type in DescribeTags xml

This commit is contained in:
Daniel Molina 2013-10-31 18:16:58 +01:00
parent 890bd3427f
commit 9ff64ab98c

View File

@ -7,7 +7,7 @@
<% image_hash["IMAGE"]["TEMPLATE"]["EC2_TAGS"].each do |key, value| %>
<item>
<resourceId><%= im.ec2_id %></resourceId>
<resourceType>image</resourceType>
<resourceType><%= im.resource_type %></resourceType>
<key><%= key %></key>
<value><%= value %></value>
</item>