Always run network config for undercloud

We need to ensure that os-net-config is run on upgrades. On the
undercloud we want the os-net-config to always run so let's set the
NetworkDeploymentAction correctly.

Change-Id: I749714c1f0af3787020f3e9b88f752d272b91d37
Related-Bug: #1930151
(cherry picked from commit 38ca24be2f)
This commit is contained in:
Alex Schultz 2021-06-16 11:02:23 -06:00
parent de06509a91
commit c2966ca0fb
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ parameter_defaults:
TokenExpiration: 14400
EnablePackageInstall: true
StackAction: CREATE
NetworkDeploymentAction: ['CREATE','UPDATE']
NeutronTunnelTypes: []
NeutronBridgeMappings: ctlplane:br-ctlplane
NeutronAgentExtensions: []