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