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

Bug in one api getting VNET attributes

git-svn-id: http://svn.opennebula.org/one/trunk@495 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2009-04-29 10:51:55 +00:00
parent c73fec87d6
commit 354d9b3a5c

View File

@ -632,7 +632,7 @@ module ONE
end
def get_vn_attributes(nid)
get_generic("vn_template", :where => "oid=#{nid}")
get_generic("vn_template", :where => "id=#{nid}")
end
def get_vn_leases(nid)