# File lib/fog/orchestration/openstack/models/stacks.rb, line 24 def find_by_id(id) Fog::Logger.deprecation("#find_by_id(id) is deprecated, use #get(name, id) instead [light_black](#{caller.first})[/]") find { |stack| stack.id == id } end