Comment 2 for bug 1214198

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

Reviewed: https://review.openstack.org/42797
Committed: http://github.com/openstack/tempest/commit/cc51ccd09d148d29195fcec39177ff7e64cb747a
Submitter: Jenkins
Branch: master

commit cc51ccd09d148d29195fcec39177ff7e64cb747a
Author: zhhuabj <email address hidden>
Date: Tue Aug 20 09:50:47 2013 +0800

    Mismatch dictionary key in the process of parsing XML

    Should be:
    'addr': child.get('version') -> 'addr': child.get('addr'),
    in the _parse_network method of servers_client.py

    Change-Id: Ida6cf5ce5b2b5b89b5fadb7705798fe44a913a33
    Closes-Bug: #1214198