set "offline_lease" to false
This commit is contained in:
parent
60f7e40ca4
commit
d8cddd4b29
@ -697,7 +697,7 @@ async def leasing_v1_lessor(request: Request):
|
|||||||
"created": cur_time.strftime(DT_FORMAT),
|
"created": cur_time.strftime(DT_FORMAT),
|
||||||
"expires": expires.strftime(DT_FORMAT),
|
"expires": expires.strftime(DT_FORMAT),
|
||||||
"recommended_lease_renewal": LEASE_RENEWAL_PERIOD,
|
"recommended_lease_renewal": LEASE_RENEWAL_PERIOD,
|
||||||
"offline_lease": "true",
|
"offline_lease": "false", # todo
|
||||||
"license_type": "CONCURRENT_COUNTED_SINGLE",
|
"license_type": "CONCURRENT_COUNTED_SINGLE",
|
||||||
"lease_intent_id": None,
|
"lease_intent_id": None,
|
||||||
"metadata": None,
|
"metadata": None,
|
||||||
|
Loading…
Reference in New Issue
Block a user