This file is indexed.

/usr/share/pyshared/nova/console/xvp.conf.template is in python-nova 2012.1-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# One time password use with time window
OTP ALLOW IPCHECK HTTP 60
#if $multiplex_port
MULTIPLEX $multiplex_port 
#end if

#for $pool in $pools
POOL $pool.address
  DOMAIN $pool.address
  MANAGER root $pool.password 
  HOST $pool.address
    VM - dummy 0123456789ABCDEF
  #for $console in $pool.consoles
    VM #if $multiplex_port then '-' else $console.port # $console.instance_name $pass_encode($console.password)
  #end for 
#end for