]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
remove policy check for host_routes in update_port
authorjustin ljj <iamljj@gmail.com>
Thu, 30 Aug 2012 05:12:15 +0000 (13:12 +0800)
committerjustin ljj <iamljj@gmail.com>
Thu, 30 Aug 2012 05:41:30 +0000 (13:41 +0800)
commit8d752124606cc42fed71476f8efc3eae2e4d8475
tree3305e06d93ed809c0078758bb22f090a4709d519
parent398e176cf0969a035208f19988f6680836a45182
remove policy check for host_routes in update_port

Fixes bug 1043630

Port has no 'host_routes' attribute according to the latest V2 API
specification. So, policy check for 'host_routes' is not need any
more, just remove it in this patch.

Change-Id: I925e83d9825f89265843c15e71ee5ed4c33bad5f
etc/policy.json
quantum/api/v2/attributes.py
quantum/tests/unit/test_api_v2.py