Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit c009302

Browse files
committed
CORTX-33672: added deployment time in Query deployemnt
Signed-off-by: Lakshita Jain <[email protected]>
1 parent 48f2539 commit c009302

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

py-utils/src/utils/query_deployment/query_deployment.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ def _get_cortx_topology(data: dict) -> dict:
117117
nodes_info['machine_id'] = nodes_key
118118
for key, val in data['node'][nodes_key].items():
119119
if key == 'provisioning':
120-
# TODO: uncomment below once deployment time is supported by provisioner
121-
# nodes_info['deployment_time'] = data['node'][nodes_key]['provisioning']['time']
120+
nodes_info['deployment_time'] = data['node'][nodes_key]['provisioning']['time']
122121
nodes_info['version'] = data['node'][nodes_key]['provisioning']['version']
123122
else:
124123
nodes_info[key] = val

0 commit comments

Comments
 (0)