commit | 9228bf7bb066ff08a87a056992bd8dc69b7d7ac5 | [log] [tgz] |
---|---|---|
author | Ryan Rossiter <rlrossit@us.ibm.com> | Thu Feb 25 03:06:12 2016 +0000 |
committer | Ryan Rossiter <rlrossit@us.ibm.com> | Mon Mar 07 14:51:56 2016 +0000 |
tree | 73ec39f0e3d1c65467b2e1c76096ad27b26cc473 | |
parent | 7117f4911706309a80490d35a32515c5f1d3d0a6 [diff] |
Allow get_tenant_network() for non-primary creds Within get_tenant_network(), a client manager was always retrieved, but because no arguments were passed, it always retrieved the client manager for the primary credentials. The credentials for the tenant network to retrieve needs to be passed in so the appropriate client manager can be retrieved. Change-Id: I1b20259fc4418d722ed4144e156607ec2a667c33 Closes-Bug: #1549381