mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Bug #1232: Remove context/target att. from ec2 template
This commit is contained in:
parent
d209fbfee6
commit
97cf299f70
@ -20,8 +20,5 @@ IMAGE_ID = <%= erb_vm_info[:ec2_img_id] %>
|
||||
INSTANCE_TYPE = <%= erb_vm_info[:instance_type ]%>
|
||||
|
||||
<% if erb_vm_info[:user_data] %>
|
||||
CONTEXT = [
|
||||
EC2_USER_DATA="<%= erb_vm_info[:user_data] %>",
|
||||
TARGET="hdc"
|
||||
]
|
||||
CONTEXT = [ EC2_USER_DATA="<%= erb_vm_info[:user_data] %>" ]
|
||||
<% end %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user