Set bmc_other_ports port_security_enabled: false

We are seeing error in BMC console on some clouds:
  Error, some other host (<% MAC_ADDR %>) already uses
  address <% IP ADDR %>.

Set port_security_enabled: false on BMC other ports.

Closes-Bug: #1997561

Change-Id: I178bd5c642ac8c54c94cd854452f9bcebf697fba
(cherry picked from commit 31896d86b8)
This commit is contained in:
Harald Jensås 2022-11-23 08:46:53 +01:00 committed by Douglas Viroel
parent 0ab1000b46
commit 2baa5b7aaf
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ resources:
- - {get_param: bmc_prefix}
- _%index%
network: {get_param: private_net}
port_security_enabled: false
bmc_handle:
type: OS::Heat::WaitConditionHandle