mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Revert "bug #1232: Set default targets for EC2 API"
This reverts commit 44af8c66076411d1728724801915ba122d8fbd2b.
This commit is contained in:
parent
0775a43100
commit
e9e5d95417
@ -11,7 +11,7 @@ MEMORY = 256
|
||||
# root = sda1,
|
||||
# kernel_cmd = "ro xencons=tty console=tty1"]
|
||||
|
||||
DISK = [ IMAGE_ID = <%= erb_vm_info[:img_id] %>, TARGET = "hda" ]
|
||||
DISK = [ IMAGE_ID = <%= erb_vm_info[:img_id] %> ]
|
||||
|
||||
# Put here the ID of the VNET with the IPs for the EC2 VMs
|
||||
NIC=[NETWORK_ID=<EC2-VNET-ID>]
|
||||
@ -22,6 +22,6 @@ INSTANCE_TYPE = <%= erb_vm_info[:instance_type ]%>
|
||||
<% if erb_vm_info[:user_data] %>
|
||||
CONTEXT = [
|
||||
EC2_USER_DATA="<%= erb_vm_info[:user_data] %>",
|
||||
TARGET="hdb"
|
||||
TARGET="hdc"
|
||||
]
|
||||
<% end %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user