Add type to volume.total for Mgmt Instance Get
Change-Id: Icf2b35d152e59f5045717f2a682f89fec23e707e Implements: blueprint add-volume-total-attribute
This commit is contained in:
@@ -50,6 +50,7 @@ TYPE_MAP = {
|
||||
"volume": {
|
||||
"used": float,
|
||||
"size": int,
|
||||
"total": float,
|
||||
},
|
||||
"deleted": bool,
|
||||
"server": {
|
||||
|
||||
Reference in New Issue
Block a user