Skip to content

Commit

Permalink
Revert "Enable CPU power management by default for libvirt compute"
Browse files Browse the repository at this point in the history
This reverts commit 3d19fcc. As there
are multiple errors when cpu_dedicate_set is defined.

(cherry picked from commit 8f20494)
  • Loading branch information
gibizer committed Jan 16, 2024
1 parent 9ae19a8 commit 81d1214
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 @@ -185,8 +185,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"))

th.ExpectCondition(
cell1.CellCRName,
Expand Down

0 comments on commit 81d1214

Please sign in to comment.