What's Changed
Upgrade Notes
You can now ignore the allowed-address-pairs and let CCM manage them automatically.
If you manage allowed-address-pairs manually, after this PR you need to do
moved {
from = module.X.openstack_networking_port_v2.mgmt
to = module.X.openstack_networking_port_v2.mgmt_with_allowed_address_pairs.0
}
Full Changelog: v4.3.0...v4.4.0