# File lib/fog/identity/openstack/v3/requests/list_user_projects.rb, line 6 def list_user_projects(user_id, options = {}) request( :expects => [200], :method => 'GET', :path => "users/#{user_id}/projects", :query => options ) end