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:
parent
5f2b9a62d2
commit
084b154978
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user