From 1f5fac70558d2ca440b04a88b5a1e1e9d740c504 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Mon, 19 Nov 2012 15:18:54 +1100 Subject: [PATCH] r1 not defined Change-Id: Icd1135f17512248d5c212ba88add386212510641 --- heat/api/openstack/v1/stacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/api/openstack/v1/stacks.py b/heat/api/openstack/v1/stacks.py index ff4e1bf7..0461551d 100644 --- a/heat/api/openstack/v1/stacks.py +++ b/heat/api/openstack/v1/stacks.py @@ -93,7 +93,7 @@ class InstantiationData(object): try: conn.request("GET", url.path) resp = conn.getresponse() - logger.info('status %d' % r1.status) + logger.info('status %d' % resp.status) if resp.status != 200: raise exc.HTTPBadRequest(explanation=err_reason) -- 2.45.2