Comment 4 for bug 1401028

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/142663
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=807211c0bec90354ed9ef338b63f96e46b49b210
Submitter: Jenkins
Branch: master

commit 807211c0bec90354ed9ef338b63f96e46b49b210
Author: ghanshyam <email address hidden>
Date: Thu Dec 18 13:21:22 2014 +0900

    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