Skip to content

Commit 7e273a7

Browse files
committed
fix ovirt to use 'keyword' instead of 'string'
1 parent 690891e commit 7e273a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

namespaces/ovirt.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ namespace:
2626
Cluster name of the oVirt host.
2727
2828
- name: class
29-
type: string
29+
type: keyword
3030
description: >
3131
Class name of the oVirt host.
3232
3333
- name: module_lineno
34-
type: string
34+
type: keyword
3535
description: >
3636
Module and line number of the oVirt host.
3737
3838
- name: thread
39-
type: string
39+
type: keyword
4040
description: >
4141
Thread name of the oVirt host.
4242
4343
- name: correlationid
44-
type: string
44+
type: keyword
4545
description: >
4646
Correlation ID of the oVirt host.

0 commit comments

Comments
 (0)