Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Reapply "Enable CPU power management by default for libvirt compute"" #702

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/nova.conf
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ rx_queue_size=512
tx_queue_size=512
swtpm_enabled=True
volume_use_multipath=true

live_migration_uri = qemu+ssh://nova@%s/system?keyfile=/var/lib/nova/.ssh/ssh-privatekey
cpu_power_management=true
{{end}}

{{if (index . "cell_db_address")}}
Expand Down
1 change: 0 additions & 1 deletion test/functional/novacell_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ var _ = Describe("NovaCell controller", func() {
Expect(configData).To(
ContainSubstring(
"live_migration_uri = qemu+ssh://nova@%s/system?keyfile=/var/lib/nova/.ssh/ssh-privatekey"))
Expect(configData).To(ContainSubstring("cpu_power_management=true"))
// The nova compute agent is expected to log to stdout. On edpm nodes this allows podman to
// capture the logs and make them available via `podman logs` while also redirecting the logs
// to the systemd journal. For openshift compute services, the logs are captured by the openshift
Expand Down