1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #4909: TAGS attribute are not being set in EC2

This commit is contained in:
Jaime Melis 2016-11-09 18:50:24 +01:00
parent 5f2b9a62d2
commit 084b154978

View File

@ -308,7 +308,7 @@ class EC2Driver
index = index + 1
end
tags = generate_options(:tags, ec2_info)['tags'] || {}
tags = generate_options(:tags, ec2_info)[:tags] || {}
tags['ONE_ID'] = id