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