# File lib/fog/orchestration/openstack/requests/list_stack_data.rb, line 5 def list_stack_data(options = {}) request( :method => 'GET', :path => 'stacks', :expects => 200, :query => options ) end