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