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

Commit

Permalink
Merge pull request #866 from lakshita-jain/CORTX-33672
Browse files Browse the repository at this point in the history
CORTX-33672: added deployment time in Query deployemnt
  • Loading branch information
tanujashinde0405 authored Aug 4, 2022
2 parents 48f2539 + c009302 commit 354921e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py-utils/src/utils/query_deployment/query_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ def _get_cortx_topology(data: dict) -> dict:
nodes_info['machine_id'] = nodes_key
for key, val in data['node'][nodes_key].items():
if key == 'provisioning':
# TODO: uncomment below once deployment time is supported by provisioner
# nodes_info['deployment_time'] = data['node'][nodes_key]['provisioning']['time']
nodes_info['deployment_time'] = data['node'][nodes_key]['provisioning']['time']
nodes_info['version'] = data['node'][nodes_key]['provisioning']['version']
else:
nodes_info[key] = val
Expand Down

0 comments on commit 354921e

Please sign in to comment.