]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enable attribute-based policy on router:external_gateway_info
authorSalvatore Orlando <salv.orlando@gmail.com>
Fri, 31 May 2013 15:28:35 +0000 (17:28 +0200)
committerSalvatore Orlando <salv.orlando@gmail.com>
Fri, 14 Jun 2013 15:20:01 +0000 (17:20 +0200)
commita9098d218836aa82dc07ba94156f0d553f2f87a7
tree592ae250967b92cb49fd8930c68342e8d867caf6
parent7dc384959288025c2b7e88090b6fb9082af305be
Enable attribute-based policy on router:external_gateway_info

Bug 1186081

This patch also removes a check on is_write in policy.py since
the code block where that check is placed assumed already that
is_write == True

Change-Id: I21c54f63e1948675f67afb088c262dc5316c230d
quantum/extensions/l3.py
quantum/extensions/l3_ext_gw_mode.py
quantum/policy.py