From: James Polley Date: Mon, 10 Nov 2014 10:43:51 +0000 (+0100) Subject: Don't replace OS::Neutron::Port on update of undercloud X-Git-Tag: opnfv-6.0.0~2719^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=906d7cd40bc04c8ddf36a625ea0a5f3db89ddf94;p=apex-tripleo-heat-templates.git Don't replace OS::Neutron::Port on update of undercloud This change is congruent with I6dd02ae17407f8f4c81ae418e5027f4f38ae4e9b but applies to undercloud configs rather than overcloud configs. I've listed this as closing 138709 even though that bug didn't talk about the undercloud as this seems like it's another instance of the same issue seen there. Change-Id: I3ee80043bb455460991e78525fa4310934df4697 Closes-Bug: #1383709 --- diff --git a/undercloud-vlan-port.yaml b/undercloud-vlan-port.yaml index 8231f49d..7e39f5fc 100644 --- a/undercloud-vlan-port.yaml +++ b/undercloud-vlan-port.yaml @@ -34,3 +34,4 @@ resources: properties: name: undercloud_vlan network: public + replacement_policy: AUTO \ No newline at end of file