# File lib/blimpy/boxes/openstack.rb, line 77 def fog @fog ||= begin Fog::Compute.new(:provider => 'openstack', :openstack_tenant => @region) end end