Comment 2 for bug 1717290

Revision history for this message
Asmita Singh (asmita2018) wrote :

support in client vs support in API

Support in client:-
If we add support in client, then there is below issue.

If 'start-date' is not given then considered as 'now'
here in pythonclient. The actual start value is set in
the blazar api service. Considering this point, the end_time
is not exactly as it would be expected.

Support in API:-

So IMO, since we are supporting microversion in https://review.opendev.org/#/c/655837
(Add microversion support), we can handle 'lease duration' by bumping microversion at Blazar API side.

Kindly confirm.