commit | d752c60b0f6ff217f822abcbefd3e2fa615ef8d2 | [log] [tgz] |
---|---|---|
author | Zhi Kun Liu <zhikunli@cn.ibm.com> | Fri May 16 13:25:28 2014 +0800 |
committer | Zhi Kun Liu <zhikunli@cn.ibm.com> | Mon May 19 15:39:48 2014 +0800 |
tree | 933906bc36418afe15e6901f1ea95455923490e0 | |
parent | 41e1cb5843a67996b606e245c5e6c4403fb61103 [diff] |
Fix alt tenant id's issue in BaseV2MemberImageTest BaseV2MemberImageTest gets alt_tenant_id in the wrong way when tenant isolation is off. commit 9612e81d142e88782d4faf6a85e81967b5323908 introduced getting the tenant_id from credentials instance. This case was missed. Fixing this involves completely removing the code that caused lp#1320079. Change-Id: Ic8585077b876f70353202f0f47184a18bca8083d Closes-bug: #1320079