# File lib/fog/compute/openstack/requests/list_os_interfaces.rb, line 15 def list_os_interfaces(server_id) Excon::Response.new( :body => {'interfaceAttachments' => data[:os_interfaces]}, :status => 200 ) end