commit | 807211c0bec90354ed9ef338b63f96e46b49b210 | [log] [tgz] |
---|---|---|
author | ghanshyam <ghanshyam.mann@nectechnologies.in> | Thu Dec 18 13:21:22 2014 +0900 |
committer | ghanshyam <ghanshyam.mann@nectechnologies.in> | Thu Dec 18 13:21:22 2014 +0900 |
tree | f6b238b42c076c2552ad06b4f2ef88e88d84dd24 | |
parent | 2d88e495cc531a8ce8d92e0916f702c31f66491c [diff] |
Correctly fetch the ips from server In _check_tenant_network_connectivity(), server's ips are not fetched correctly. Current code throw KeyError as mentioned in bug. This patch fix the above issue. Change-Id: Ibf9b3997b927a66c507f04e2671faf9cb8581ff3 Closes-Bug: #1401028