Add type to volume.total for Mgmt Instance Get

Change-Id: Icf2b35d152e59f5045717f2a682f89fec23e707e
Implements: blueprint add-volume-total-attribute
This commit is contained in:
Joe Cruz
2013-12-20 17:59:56 -06:00
parent 30587ea448
commit 3799b16772

View File

@@ -50,6 +50,7 @@ TYPE_MAP = {
"volume": {
"used": float,
"size": int,
"total": float,
},
"deleted": bool,
"server": {