[Yahoo-eng-team] [Bug 1643569] Re: RFE: Choose VMware datastore in dependence of the provisioned space

2017-05-03 Thread ChangBo Guo(gcb)
** Changed in: oslo.vmware Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1643569 Title: RFE: Choose VMware datastore in depen

[Yahoo-eng-team] [Bug 1643569] Re: RFE: Choose VMware datastore in dependence of the provisioned space

2016-11-25 Thread int32bit
Add 'uncommitted' field to the 'Datastore' class The 'uncommitted' field is in official API, but 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 Dat