Skip to content

Commit

Permalink
Revert "Reapply "Enable CPU power management by default for libvirt c…
Browse files Browse the repository at this point in the history
…ompute""

This reverts commit 41497aa.
  • Loading branch information
gibizer authored and openshift-merge-bot[bot] committed Feb 22, 2024
1 parent 552aff0 commit 7cfb934
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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

0 comments on commit 7cfb934

Please sign in to comment.