diff --git a/go.mod b/go.mod index 4db8a9dea..f49ccd8d3 100644 --- a/go.mod +++ b/go.mod @@ -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 \ No newline at end of file diff --git a/templates/nova.conf b/templates/nova.conf index 95a504c7c..4260b712b 100644 --- a/templates/nova.conf +++ b/templates/nova.conf @@ -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}}