Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #699 from jainnikhil30/master
Browse files Browse the repository at this point in the history
Use the correct resolution name for credentials in workflow_job_template_node
  • Loading branch information
AlanCoding authored Apr 23, 2019
2 parents 70f0fe5 + b68c7df commit a2b151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tower_cli/resources/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Resource(models.Resource):
type=types.Related('inventory'), required=False, display=False)
credential = models.Field(
type=types.Related('credential'), required=False, display=False)
credentials = models.ManyToManyField('credential')
credentials = models.ManyToManyField('credential', res_name='node')
job_type = models.Field(required=False, display=False)
job_tags = models.Field(required=False, display=False)
skip_tags = models.Field(required=False, display=False)
Expand Down

0 comments on commit a2b151f

Please sign in to comment.