Correct sample format

Correct the xml sample format. Put "," in a right way.
There is no change to the real program.

Change-Id: I37b2b4e00a1a4935231b771382423d3f7fc54572
This commit is contained in:
watanabe isao 2015-06-29 15:37:53 +09:00
parent db7cb61add
commit a70c1a4fec
1 changed files with 3 additions and 3 deletions

View File

@ -133,13 +133,13 @@ fi
## "seed": {
## "ip": "192.0.2.1",
## "range-start": "192.0.2.2",
## "range-end": "192.0.2.20"
## "range-end": "192.0.2.20",
## "physical_bridge_route": (null),
## "public_vlan": (null),
## "public_vlan": (null)
## },
## "undercloud": {
## "range-start": "192.0.2.21",
## "range-end": "192.0.2.40"
## "range-end": "192.0.2.40",
## "public_vlan": (null)
## }
## }