Files
python-keystoneclient/keystoneclient/v3
Steven Hardy 045e03d852 Fix error in v3 credentials create/update
The v3 credentials passes data associated with the credential in
a "data" key, but the underlying API expects "blob", which is also
what is documented in the API spec.

Currently any attempt to create a credential with a type of 'ec2'
will fail with 'Invalid blob in credential' So s/data/blob to fix.

Change-Id: I0858e8c39653477eb554ee9d15fb4f2dde2b195c
Closes-Bug: #1259461
2013-12-20 16:36:38 +00:00
..
2013-11-22 12:59:33 +10:00