neutron/neutron/db/loadbalancer
Eugene Nikanorov 9f60611c90 LBaaS: Fix healthmonitor disassociation for non-admin
Due to specifics of policy engine, checked object should have
tenant_id to be checked by rule admin_or_owner.
In 'disassociate' operation neutron API layer works with
PoolHealthMonitorAssociation which doesn't have tenant_id field.
Need to add it to resulting dict returned by get_pool_health_monitor.

Change-Id: I6c58558b09ff34dedd7da30866275de44d3ba993
Closes-bug: 1220668
2013-09-09 11:22:46 +04:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
loadbalancer_db.py LBaaS: Fix healthmonitor disassociation for non-admin 2013-09-09 11:22:46 +04:00