neutron/neutron/tests
Slawek Kaplonski 73bbfa4315 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.

Conflicts:
    neutron/conf/policies/port.py

Change-Id: I02fffe77f57a513d2362df78885d327042bb8095
Closes-Bug: #1822105
(cherry picked from commit 9318fb8bb9)
(cherry picked from commit a238b1bed6)
2019-05-09 08:25:38 +02:00
..
common Give some HA router case specific resources 2019-04-17 13:08:10 +02:00
contrib Change ovs version we use in fullstack tests 2019-04-04 16:24:17 +02:00
etc Fix creating policy rules from subattributes. 2019-05-09 08:25:38 +02:00
fullstack Clear residual qos rules after l2-agent restarts. 2019-01-22 12:59:24 +00:00
functional Give some HA router case specific resources 2019-04-17 13:08:10 +02:00
tempest Removing remaining Tempest bits 2018-03-26 11:41:35 -05:00
unit Fix creating policy rules from subattributes. 2019-05-09 08:25:38 +02:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Handle DBConnectionError in skip_if_timeout decorator 2019-04-11 07:21:52 +00:00
fake_notifier.py FakeNotifier class 'topic' argument change to 'topics'. 2017-12-04 20:10:03 +01:00
post_mortem_debug.py
tools.py pecan.jsonify v1.3 adjustment 2018-04-18 15:37:20 +00:00