Skip to content

Commit

Permalink
Fix Assembly logs bug
Browse files Browse the repository at this point in the history
Change-Id: If29bab035d3db3c96e4be13c373fd2861ac49653
Closes-bug: 1420437
  • Loading branch information
Murali Allada committed Feb 17, 2015
1 parent fcfbf74 commit e995c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solumclient/solum.py
Expand Up @@ -248,7 +248,7 @@ def logs(self):
response = cli_assem.AssemblyManager(self.client).logs(
assembly_id=str(assem.uuid))

fields = ["assembly_uuid"]
fields = ["resource_uuid"]
for log in response:
strategy_info = json.loads(log.strategy_info)
if log.strategy == 'local':
Expand Down

0 comments on commit e995c72

Please sign in to comment.