Change DescribeKeyPairs response tag from keypairsSet to keySet, and fix lp720133.

This commit is contained in:
Masanori Itoh
2011-03-03 00:28:04 +09:00
parent bb7c1b8c63
commit f617fc0873
+1 -1
View File
@@ -298,7 +298,7 @@ class CloudController(object):
'keyFingerprint': key_pair['fingerprint'],
})
return {'keypairsSet': result}
return {'keySet': result}
def create_key_pair(self, context, key_name, **kwargs):
LOG.audit(_("Create key pair %s"), key_name, context=context)