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