commit | f74c94bc9309b5d4e3e5aa7c43a28fee65cd373a | [log] [tgz] |
---|---|---|
author | Emilien Macchi <emilien@redhat.com> | Sat Mar 14 17:17:56 2015 -0400 |
committer | Emilien Macchi <emilien@redhat.com> | Sat Mar 14 17:17:56 2015 -0400 |
tree | c100e36cb563c46d8bca7542f45cda8e977f5eb9 | |
parent | f9dc7c553a5afa3de15ab29c459b601200139846 [diff] |
javelin: add missing network_name in destroy_servers loop When looping on server addresses, res['addresses'], we need to split the network_name and the body so we can iterate in the body directly. In a previous commit, we iterated in network_name which is wrong because it leads to this error: TypeError: string indices must be integers. Change-Id: If062888d7f178ab08d0277d24d35c47821b2c49e Closes-bug: #1432091