From 40622facb85711a8293561ee46b20bab6d167868 Mon Sep 17 00:00:00 2001 From: "Anderson, Craig (ca846m)" Date: Mon, 5 Nov 2018 17:34:25 -0800 Subject: [PATCH] Fallback to default allow_resize_to_same_host This parameter should only be set to true for resize testing in single-host environments [0]. [0] https://github.com/openstack/nova/blob/d64644a29d6435b395f9ebe3b4b74c6a5e25ae05/nova/conf/compute.py#L40-L47 Change-Id: I6ade8c90cd0916879a5addca54379ba354770c95 --- nova/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/nova/values.yaml b/nova/values.yaml index 4edf5c6083..6b25205f30 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -1492,7 +1492,6 @@ conf: use_neutron: true firewall_driver: nova.virt.firewall.NoopFirewallDriver linuxnet_interface_driver: openvswitch - allow_resize_to_same_host: true compute_driver: libvirt.LibvirtDriver my_ip: 0.0.0.0 instance_usage_audit: True