Skip to content

Commit

Permalink
[DNM] remove extra lines from confs
Browse files Browse the repository at this point in the history
  • Loading branch information
auniyal61 committed Sep 4, 2024
1 parent 2789586 commit 4e33687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ replace github.com/openstack-k8s-operators/nova-operator/api => ./api
// mschuppert: map to latest commit from release-4.13 tag
// must consistent within modules and service operators
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20230414143018-3367bc7e6ac7 //allow-merging
replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/auniyal61/lib-common/modules/common v0.0.0-20240904075816-9bde700ea164
1 change: 1 addition & 0 deletions templates/nova.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# overall then serializing live migrations so set this to 1 explictly
max_concurrent_live_migrations=1
state_path = /var/lib/nova
dnm=1
{{if eq .service_name "nova-api"}}
allow_resize_to_same_host = true
{{end}}
Expand Down

0 comments on commit 4e33687

Please sign in to comment.