From 9cf073075c4331ebd323768a11deda30e975d22d Mon Sep 17 00:00:00 2001 From: Steve Hardy Date: Tue, 28 Oct 2014 19:22:18 +0000 Subject: Don't replace OS::Neutron::Port on update Due to an ununsual interface to OS::Neutron::Port resources, it's necessary to specify replacement_policy: AUTO, or the resource is unconditionally replaced on every stack update. I've started discussion re possibly changing the default in Heat, but right now, we need this or we have the bad outcome of replacing all (!) compute and controller nodes on every stack-update, even if the templates are unmodified. Passing the AUTO value should be safe regardless of any potential change of default value in Heat. Change-Id: I6dd02ae17407f8f4c81ae418e5027f4f38ae4e9b Closes-Bug: #1383709 --- overcloud-vlan-port.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'overcloud-vlan-port.yaml') diff --git a/overcloud-vlan-port.yaml b/overcloud-vlan-port.yaml index 71b444fb..8f6f6937 100644 --- a/overcloud-vlan-port.yaml +++ b/overcloud-vlan-port.yaml @@ -36,3 +36,4 @@ resources: properties: name: controller0_vlan network: public + replacement_policy: AUTO -- cgit 1.2.3-korg