6e16e73446
There are some duplicated and useless policy enforcement at nova-network FlatManager. The floatingip related function just stubbed out for FlatManager and the same policies already enforcement at network api layer: https://github.com/openstack/nova/blob/669e1c5d3ad2fd6bdaff69c0805bbb87da509036/ nova/network/api.py#L170 If the request violated the policy rule, the network api layer enforcement will stop the request, it nerver can reach the nova network manager side. This patch just clean them up. Partially implements blueprint v3-api-policy Change-Id: I8ca807aee42191c19e11ea322aa8174cd56773a5