1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

bug in run_instances template

git-svn-id: http://svn.opennebula.org/one/trunk@716 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2009-07-21 16:35:47 +00:00
parent 98b0d7f40e
commit 23449ba1ae

View File

@ -266,7 +266,7 @@ __END__
<dnsName></dnsName>
<keyName>default</keyName>
<amiLaunchIndex>0</amiLaunchIndex>
<instanceType><%= @vm[:instance_type] %></instanceType>
<instanceType><%= @vm_info[:instance_type] %></instanceType>
<%= render_launch_time(@vm_info[:vm]) %>
<placement>
<availabilityZone>default</availabilityZone>