3 # defines the node's runtime mode, unless overridden
4 # on the kernel command line
6 # ovirt - managed by an oVirt management server
7 # none - standalone, unmamanged mode
8 # managed - managed by another server type
9 OVIRT_RUNTIME_MODE="none"
11 # the management server hostname or address
12 OVIRT_MANAGEMENT_SERVER=""
14 # the maangement server port
15 OVIRT_MANAGEMENT_PORT=""
17 # the keytab directory
18 KEYTAB_FILE=/etc/libvirt/krb5.tab