]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Used namedtuple for ReservationInfo
authorSalvatore Orlando <salv.orlando@gmail.com>
Thu, 20 Aug 2015 22:33:27 +0000 (15:33 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Thu, 20 Aug 2015 22:33:46 +0000 (15:33 -0700)
commite36d62b8e4b9e2fc06e93c26a92dc5ad7f0c3035
tree2d2c5c689cc0f7ce6f8808625e17478aafd83d88
parentda1ea9a45595c8170e908fc5533a0dace997ed33
Used namedtuple for ReservationInfo

The code already uses a namedtuple for ResourceUsageInfo
and it is a nonsense to not use it for ReservationInfo.

Related-Blueprint: bp/better-quotas

Change-Id: I99666ac865fbdeef2d84353eff49d60b6d87fddc
neutron/db/quota/api.py