# node configuration

# defines the node's runtime mode, unless overridden
# on the kernel command line
# allowed values are:
#  ovirt   - managed by an oVirt management server
#  none    - standalone, unmamanged mode
#  managed - managed by another server type
OVIRT_RUNTIME_MODE="none"

# the management server hostname or address
OVIRT_MANAGEMENT_SERVER=""

# the maangement server port
OVIRT_MANAGEMENT_PORT=""

# the keytab directory
KEYTAB_FILE=/etc/libvirt/krb5.tab
