[transport] maintain support for 1.x nodes formatted urls
This commit is contained in:
16
test/fixtures/short_node_list.2.0.json
vendored
Normal file
16
test/fixtures/short_node_list.2.0.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user