Added created_at to language pack logs

Language pack logs now also show the created_at attribute.

Change-Id: I299df9660a0b78a592d76b9954950dce49a94a33
Closes-bug: #1468065
This commit is contained in:
Swati Dewan 2015-10-11 11:52:49 +05:30
parent 5a96e596b8
commit 9edb62e431
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ Available commands:
loglist = cli_lp.LanguagePackManager(self.client).logs(
lp_id=str(args.lp_id))
fields = ["resource_uuid"]
fields = ["resource_uuid", "created_at"]
for log in loglist:
strategy_info = json.loads(log.strategy_info)
if log.strategy == 'local':