summaryrefslogtreecommitdiff
path: root/tuskar_ui/api/heat.py
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/api/heat.py')
-rw-r--r--tuskar_ui/api/heat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuskar_ui/api/heat.py b/tuskar_ui/api/heat.py
index 3d4c8eba..3054ad0d 100644
--- a/tuskar_ui/api/heat.py
+++ b/tuskar_ui/api/heat.py
@@ -236,7 +236,7 @@ class Stack(base.APIResourceWrapper):
# A provider resource is deployed as a nested stack, so we have to
# drill down and retrieve those that match a tuskar role
for role in roles:
- resource_group_name = role.provider_resource_group_name
+ resource_group_name = role.name
try:
resource_group = heat.resource_get(self._request,
self.id,