Method: OneWorker#create_image_map
- Defined in:
- lib/one_worker.rb
#create_image_map(oda) ⇒ Hash
Create mapping of image ID and specified element
73 74 75 76 |
# File 'lib/one_worker.rb', line 73 def create_image_map(oda) logger.debug('Creating image map.') create_map(OpenNebula::ImagePool, 'TEMPLATE/VMCATCHER_EVENT_AD_MPURI', oda) end |