Activity log for bug #1498147

Date Who What changed Old value New value Message
2015-09-21 19:09:55 Devdatta Kulkarni bug added bug
2015-09-21 19:46:34 Devdatta Kulkarni solum: assignee Vijendar Komalla (vijendar-komalla)
2015-09-21 19:46:46 Devdatta Kulkarni solum: importance Undecided High
2015-09-21 20:02:46 Devdatta Kulkarni description We want to move the logs resource from the assembly to workflow resource. The main changes are in following locations: 1) Move the userlog resources from AssemblyController to WorkflowController 2) Modify TenantLogger to use Workflow instead of Assembly. Specifically, solum/solum/uploaders/tenant_logger currently takes in assembly as input. We can keep that, but in line 53 where we are calling uploadr we should pass the workflow.id corresponding to this assembly. 3) Modify SwiftUpload to use resource.id instead of resource.uuid. This is because the workflow object uses 'id' and not 'uuid'. 4) Modify solum/uploaders/common.py line 78 to use 'id' instead of 'uuid'. We want to move the logs resource from the assembly to workflow resource. i.e., currently we have: /v1/assemblies/<assembly-id>/logs we want to change this to: /v1/workflows/<workflow-id>/logs The main changes are in following locations: 1) Move the userlog resources from AssemblyController to WorkflowController 2) Modify TenantLogger to use Workflow instead of Assembly. Specifically, solum/solum/uploaders/tenant_logger currently takes in assembly as input. We can keep that, but in line 53 where we are calling uploadr we should pass the workflow.id corresponding to this assembly. 3) Modify SwiftUpload to use resource.id instead of resource.uuid. This is because the workflow object uses 'id' and not 'uuid'. 4) Modify solum/uploaders/common.py line 78 to use 'id' instead of 'uuid'.
2015-10-15 16:41:54 Vijendar Komalla solum: status New In Progress
2015-11-02 20:27:14 Devdatta Kulkarni tags solum-api
2015-11-06 16:03:14 OpenStack Infra solum: status In Progress Fix Committed
2015-11-11 21:04:24 Devdatta Kulkarni solum: milestone 2015.1.2
2015-11-16 19:13:34 Devdatta Kulkarni solum: milestone 2015.1.2 4.0.0
2015-11-16 19:29:26 Devdatta Kulkarni solum: status Fix Committed Fix Released