diff options
-rw-r--r-- | share/newton_base/resource/infra_workload_helper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/newton_base/resource/infra_workload_helper.py b/share/newton_base/resource/infra_workload_helper.py index 13d1e18d..f340157c 100644 --- a/share/newton_base/resource/infra_workload_helper.py +++ b/share/newton_base/resource/infra_workload_helper.py @@ -422,7 +422,7 @@ class InfraWorkloadHelper(object): service_type = "orchestration" resource_uri = "/stacks" if stack_id: - resource_uri = "/stacks/id=%s" % stack_id + resource_uri = "/stacks?id=%s" % stack_id elif stack_name: resource_uri = "/stacks?name=%s" % stack_name |