From 8adf5d43f187bce673d2c1708ba1cf8d4737c4dc Mon Sep 17 00:00:00 2001 From: Jeremy Freudberg Date: Fri, 13 Jul 2018 08:18:54 -0400 Subject: Correct a missed job_execution->job Followup to f52070c4a671ad6ec3585a1f224d82f971407881 Change-Id: I2861b3d8689da42be85f570ee00da7941848cfb9 --- saharaclient/api/v2/jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saharaclient/api/v2/jobs.py b/saharaclient/api/v2/jobs.py index 63ed701..15387a9 100644 --- a/saharaclient/api/v2/jobs.py +++ b/saharaclient/api/v2/jobs.py @@ -60,7 +60,7 @@ class JobsManagerV2(base.ResourceManager): """Refresh Job Status.""" return self._get( '/jobs/%s?refresh_status=True' % obj_id, - 'job_execution' + 'job' ) def update(self, obj_id, is_public=NotUpdated, is_protected=NotUpdated): -- cgit v1.2.1