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
This commit is contained in:
parent
bcd237b4d1
commit
3b043e4953
@ -79,6 +79,7 @@ parameter_defaults:
|
|||||||
TokenExpiration: 14400
|
TokenExpiration: 14400
|
||||||
EnablePackageInstall: true
|
EnablePackageInstall: true
|
||||||
StackAction: CREATE
|
StackAction: CREATE
|
||||||
|
NetworkDeploymentActions: ['CREATE','UPDATE']
|
||||||
NeutronTunnelTypes: []
|
NeutronTunnelTypes: []
|
||||||
NeutronBridgeMappings: ctlplane:br-ctlplane
|
NeutronBridgeMappings: ctlplane:br-ctlplane
|
||||||
NeutronAgentExtensions: []
|
NeutronAgentExtensions: []
|
||||||
|
Loading…
Reference in New Issue
Block a user