oslo.vmware/oslo_vmware/objects
int32bit 2c2956ed33 Add 'uncommitted' field to the 'Datastore' class
The 'uncommitted' field is in official API, but currently not in our
Datastore class, we need it to compute the amount of provisioned space:

provisionedSpace = Capacity - freeSpace - uncommitted

So a `uncommitted` keyword argument has to be added to the Datastore
class.

Change-Id: I156e2b4fb9a8355848947ec9dbb6abf014588fdf
Closes-Bug: #1643569
2016-11-25 21:53:29 +08:00
..
__init__.py Move files out of the namespace package 2015-01-12 13:22:13 -05:00
datacenter.py Move files out of the namespace package 2015-01-12 13:22:13 -05:00
datastore.py Add 'uncommitted' field to the 'Datastore' class 2016-11-25 21:53:29 +08:00