Files
nova/etc
He Jie Xu 6e16e73446 Remove duplicated policy check at nova-network FlatManager
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
2015-01-06 16:50:28 +08:00
..