This file is indexed.

/etc/one/cli/oneimage.yaml is in opennebula-tools 3.4.1-4.1ubuntu1.

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
--- 
:ID: 
  :desc: ONE identifier for the Image
  :size: 4

:USER: 
  :desc: Username of the Virtual Machine owner
  :size: 8
  :left: true

:GROUP: 
  :desc: Group of the Virtual Machine
  :size: 8
  :left: true

:NAME: 
  :desc: Name of the Image
  :size: 12
  :left: true

:DATASTORE: 
  :desc: Name of the Datastore
  :size: 10
  :left: true

:SIZE: 
  :desc: Size of the Image
  :size: 7

:TYPE: 
  :desc: Type of the Image
  :size: 4

:REGTIME: 
  :desc: Registration time of the Image
  :size: 16

:PERSISTENT: 
  :desc: Whether the Image is persistent or not
  :size: 3

:STAT: 
  :desc: State of the Image
  :size: 4

:RVMS: 
  :desc: Number of VMs currently running from this Image
  :size: 5

:default:
- :ID
- :USER
- :GROUP
- :NAME
- :DATASTORE
- :SIZE
- :TYPE
- :PERSISTENT
- :STAT
- :RVMS