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