]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Wrong comment line in quotas.py
authorWenjunWang1992 <10191230@zte.com.cn>
Mon, 14 Mar 2016 09:10:16 +0000 (17:10 +0800)
committerWenjunWang1992 <10191230@zte.com.cn>
Mon, 14 Mar 2016 09:10:16 +0000 (17:10 +0800)
commitff5685caff70d27ecebdd998e62702a2d0e05fde
tree3bda0d2a1e92118d24db71871aa67d4cf4eb7500
parentd428d9bc84c54fbe1565bcb7599674750541d448
Wrong comment line in quotas.py

The commonts are not suitable in the code below:
1)in function "show"
origin:
        :param id:target project id that needs to be updated
change to:
        :param id:target project id that needs to be shown
2)in function "delete"
origin:
        :param id:target project id that needs to be updated
change to:
        :param id:target project id that needs to be deleted

Change-Id: I5b14c400a3b0117e43f1192c3deac76cb81c2c1b
Closes-Bug: #1556761
cinder/api/contrib/quotas.py