# File lib/fog/openstack/image.rb, line 34 def self.data @data ||= Hash.new do |hash, key| hash[key] = { :images => {} } end end