| commit | cc51ccd09d148d29195fcec39177ff7e64cb747a | [log] [tgz] |
|---|---|---|
| author | zhhuabj <zhhuabj@cn.ibm.com> | Tue Aug 20 09:50:47 2013 +0800 |
| committer | zhhuabj <zhhuabj@cn.ibm.com> | Tue Aug 20 09:50:47 2013 +0800 |
| tree | 7f294cfadd2aa990905a8548fc28ae971af1babd | |
| parent | 5f4fa8b5bc48d3c625e37a9b1779ca23ae0efa45 [diff] |
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