[transport] maintain support for 1.x nodes formatted urls

This commit is contained in:
spalger
2015-11-16 15:12:05 -06:00
parent 7319b49df6
commit eda443b5b6
4 changed files with 73 additions and 24 deletions

16
test/fixtures/short_node_list.2.0.json vendored Normal file
View File

@ -0,0 +1,16 @@
{
"id1": {
"name": "Headknocker",
"transport_address": "10.10.10.100:9300",
"hostname": "Spencers-MacBook-Pro.local",
"version": "0.90.5",
"http_address": "10.10.10.100:9205"
},
"id2": {
"name": "Buttknocker",
"transport_address": "10.10.10.101:9300",
"hostname": "Johns-MacBook-Pro.local",
"version": "0.90.5",
"http_address": "10.10.10.101:9205"
}
}