# File lib/fog/baremetal/openstack/requests/list_chassis.rb, line 5 def list_chassis(options = {}) request( :expects => [200, 204], :method => 'GET', :path => 'chassis', :query => options ) end