# File lib/fog/network/openstack/requests/list_security_groups.rb, line 29 def list_security_groups(options = {}) request( :expects => 200, :method => 'GET', :path => 'security-groups', :query => options ) end