Change oVirt Web UI Timeout
By default, oVirt's web UI logs users out after 30 minutes of inactivity. At times, this can be annoying - it may seem that every time you sit down at your desk, you have to put your credentials in again. Here's how to change that value from 30 minutes to something longer (or shorter, if wanted).
Environment: CentOS 7 with oVirt 4.2
Instructions
- SSH into your oVirt node
-
To check the current timeout value, execute:
> engine-config -g UserSessionTimeOutInterval UserSessionTimeOutInterval: 30 version: general
-
To set the value to something else, execute:
engine-config -s UserSessionTimeOutInterval=600
-
If you want, you can check to make sure the new value took effect:
> engine-config -g UserSessionTimeOutInterval UserSessionTimeOutInterval: 600 version: general
-
Lastly, restart the oVirt engine for the changes to apply:
systemctl restart ovirt-engine
For more articles in our oVirt 4.2 series, click here.