Feature
IM, RO
Openstack VIMs allow to ways to access virtual IPs inside VMs:
Today, OSM only supports the second one, which is not supported in some VIMs. As a different strategy to allow full access in these VIMs that do not support disabling port security, the proposal is to leverage allowed-address-pairs with a command like this one:
openstack port set --allowed-address ip-address=0.0.0.0/0 PORT_ID
This would not allow full access to the port, but would cover most cases where VIPs need to be reached.
At the VNFD level, a new entry would need to be added, to support this different strategy of disabling port security.