neutron/neutron/conf
Slawek Kaplonski a238b1bed6 Fix creating policy rules from subattributes.
In case of policy rule checks for rules like e.g.
"create_port:fixed_ips:subnet" couldn't be created to be
passed to policy enforcer because policy module could only
create rule checks for subattributes which are dict types.

With this patch checks for such rules can be created also for
attributes which are list of dicts, like e.g. fixed_ips in port
resource.

Change-Id: I02fffe77f57a513d2362df78885d327042bb8095
Closes-Bug: #1822105
(cherry picked from commit 9318fb8bb9)
2019-05-09 06:14:53 +00:00
..
agent Remove deprecated 'external_network_bridge' option 2019-03-09 22:07:38 +00:00
db Refactoring db config options 2017-10-04 15:42:50 -04:00
extensions Fix all pep8 E265 errors 2018-04-30 16:35:52 -04:00
plugins Change default local ovs connection timeout 2019-04-05 17:31:36 +00:00
policies Fix creating policy rules from subattributes. 2019-05-09 06:14:53 +00:00
services Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
__init__.py Refactoring config options for quota 2016-05-11 09:15:38 -05:00
common.py Change process name of neutron-server to match worker role 2019-03-01 14:18:09 -05:00
quota.py Bump default quotas for ports, subnets, and networks 2017-03-21 18:35:28 +00:00
service.py Merge "Add "rpc_response_max_timeout" config variable in OVS agent" 2019-03-01 12:09:18 +00:00
wsgi.py Refactoring config options for wsgi opts 2016-08-03 19:49:58 +00:00