Fix result -> resp typo in unset_keys

Change-Id: I07b0ea54993d5b00060e1dfcdfc10663d091254b
This commit is contained in:
Eric Harney
2013-04-04 16:39:43 -04:00
parent c83e4a4ba9
commit 130963e939

View File

@@ -65,7 +65,7 @@ class VolumeType(base.Resource):
# the return in the loop resulted in ony ONE key being unset.
# since on success the return was NONE, we'll only interrupt the loop
# and return if there's an error
result = None
resp = None
for k in keys:
resp = self.manager._delete(
"/types/%s/extra_specs/%s" % (