]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add parent_id to _item calling from _handle_action
authorShang Yong <shangyong@letv.com>
Thu, 7 May 2015 01:44:03 +0000 (09:44 +0800)
committerShang Yong <shangyong@letv.com>
Mon, 29 Jun 2015 02:40:50 +0000 (10:40 +0800)
commit87c3ea7e739b1d8af61e5fae39e1d86aa53bc1b2
tree5ad76259ad3ace914444afb9e07c07220d13719a
parent3c6ab9e360e6f29b844e53304d0300714b1d52f9
Add parent_id to _item calling from _handle_action

When we add member_actions to sub-resources, this will cause error
(500 Internal Server Error) for no parent_id parameter.
Closes-Bug: 1452518

Change-Id: If2f9e0924d21406aa766261cd11797a8452e1b1f
neutron/api/v2/base.py
neutron/tests/unit/api/v2/test_base.py