commit | d5525e3ce2bfa0f23342f1b38684d3b1f13f5310 | [log] [tgz] |
---|---|---|
author | Ralf Haferkamp <rhafer@suse.de> | Fri Jun 19 17:17:47 2015 +0200 |
committer | Ralf Haferkamp <rhafer@suse.de> | Fri Jun 19 17:34:16 2015 +0200 |
tree | edf7c467e20fec4015681114f754d8bfb908b485 | |
parent | 4fcfe5ef510ecf2026b2e80800d76b8545acca18 [diff] |
Set the correct API version for the V2 identity client Otherwise, when the keystone endpoints point to the V3 API, IdentityClientJSON will send V2 requests to the V3 endpoint (e.g. for create_tenant). Which will of course fail. Change-Id: I4c7057e50d1f0c942d141a9ae343d4d1be414c94 Closes-bug: #1466906