# File lib/fog/compute/openstack/requests/list_os_interfaces.rb, line 5
        def list_os_interfaces(server_id)
          request(
            :expects => [200, 203],
            :method  => 'GET',
            :path    => "servers/#{server_id}/os-interface"
          )
        end