summaryrefslogtreecommitdiff
path: root/nova/conf/libvirt.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/conf/libvirt.py')
-rw-r--r--nova/conf/libvirt.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/nova/conf/libvirt.py b/nova/conf/libvirt.py
index e32452c4ce..204fe5c4b8 100644
--- a/nova/conf/libvirt.py
+++ b/nova/conf/libvirt.py
@@ -1482,6 +1482,11 @@ libvirt_cpu_mgmt_opts = [
cfg.BoolOpt('cpu_power_management',
default=False,
help='Use libvirt to manage CPU cores performance.'),
+ cfg.StrOpt('cpu_power_management_strategy',
+ choices=['cpu_state', 'governor'],
+ default='cpu_state',
+ help='Tuning strategy to reduce CPU power consumption when '
+ 'unused'),
cfg.StrOpt('cpu_power_governor_low',
default='powersave',
help='Governor to use in order '