# File lib/fog/openstack/identity.rb, line 56
        def self.data
          @data ||= Hash.new do |hash, key|
            hash[key] = {
              :users => {},
              :roles => {},
              :tenants => {}
            }
          end
        end