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

feature #201: Fix minor bug

This commit is contained in:
Ruben S. Montero 2010-07-12 12:39:17 +02:00
parent 31b8f05a65
commit a50d899d42

View File

@ -287,6 +287,7 @@ end
def get_image_id(name)
get_entity_id(name, OpenNebula::ImagePool)
end
def get_cluster_id(name)
get_entity_id(name, OpenNebula::ClusterPool)