ddf96bcd31
This is the first stage of the power management series. In order to be able to switch the CPU state or change the governor, we need a framework to access sysfs. As some bits can be reused, let's create a nova.filesystem helper module that will define read-write mechanisms for accessing sysfs-specific commands. Partially-Implements: blueprint libvirt-cpu-state-mgmt Change-Id: Icb913ed9be8d508de35e755a9c650ba25e45aca2
25 lines
626 B
Plaintext
25 lines
626 B
Plaintext
nova/compute/manager.py
|
|
nova/compute/pci_placement_translator.py
|
|
nova/crypto.py
|
|
nova/filesystem.py
|
|
nova/limit/local.py
|
|
nova/limit/placement.py
|
|
nova/network/neutron.py
|
|
nova/pci
|
|
nova/privsep/path.py
|
|
nova/scheduler/client/report.py
|
|
nova/scheduler/request_filter.py
|
|
nova/scheduler/utils.py
|
|
nova/virt/driver.py
|
|
nova/virt/hardware.py
|
|
nova/virt/libvirt/machine_type_utils.py
|
|
nova/virt/libvirt/__init__.py
|
|
nova/virt/libvirt/cpu/__init__.py
|
|
nova/virt/libvirt/cpu/api.py
|
|
nova/virt/libvirt/cpu/core.py
|
|
nova/virt/libvirt/driver.py
|
|
nova/virt/libvirt/event.py
|
|
nova/virt/libvirt/guest.py
|
|
nova/virt/libvirt/host.py
|
|
nova/virt/libvirt/utils.py
|