Skip to content

Commit

Permalink
Bug#1421066 server json template update to correct bond interface par…
Browse files Browse the repository at this point in the history
…ameters

Change-Id: I6762c28900298fb07e95a2a57b60050c6acdd130
  • Loading branch information
miriyalar committed Feb 12, 2015
1 parent 74b34bc commit d755062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/server_new_interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"name": "bond0",
"type": "bond",
"ip_address": "20.20.20.2/24",
"bond_options": "{'miimon': '100', 'mode': '802.3ad','xmit_hash_policy': 'layer3+4'}",
"member_interfaces": "['eth2', 'eth3']"
"bond_options": {"miimon": "100", "mode": "802.3ad","xmit_hash_policy": "layer3+4"},
"member_interfaces": ["eth2", "eth3"]
}
]
}
Expand Down

0 comments on commit d755062

Please sign in to comment.