diff --git a/rally/plugins/openstack/cleanup/resources.py b/rally/plugins/openstack/cleanup/resources.py index 1c0a2d8c..b4bfe464 100644 --- a/rally/plugins/openstack/cleanup/resources.py +++ b/rally/plugins/openstack/cleanup/resources.py @@ -58,7 +58,8 @@ class QuotaMixin(SynchronizedDeletion): @base.resource("heat", "stacks", order=100, tenant_resource=True) class HeatStack(base.ResourceManager): - pass + def name(self): + return self.raw_resource.stack_name # NOVA