Changes to the port_security_enabled parameter are not applied due to mismatching key names. In the port module, the input parameter is called `port_security_enabled`, while the OpenStackSDK is using a field called `is_port_security_enabled`. When updating an existing port, the port module is comparing the dictionary keys of the Ansible module parameters with those of the port object returned by the OpenStackSDK. Since these keys different, they will not match and changes to port security are not applied. Story: 2010687 Task: 47789 Change-Id: I838e9d6ebf1a281269add91724eac240abe35fd4
24 KiB
24 KiB