# File lib/fog/openstack/requests/identity/list_users.rb, line 16 def list_users(tenant_id = nil) Excon::Response.new( :body => { 'users' => self.data[:users].values }, :status => 200 ) end