Document port segment size

This commit is contained in:
Julien Duponchelle 2015-09-03 10:49:05 +02:00
parent 527424cd5a
commit 72ecdeb11f
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ Two way to create a new appliance:
After that you can send us a pull request on Github.
In schemas/appliance.json you have a JSON with a schema for controlling the file.
In schemas/appliance.json you have a JSON with a schema for controlling the file
and can be use as documentation for each fields.
Tools

View File

@ -78,7 +78,7 @@
},
"port_segment_size": {
"type": "integer",
"title": "Optional port segment size"
"title": "Optional port segment size. A port segment is a block of port. For example Ethernet0/0 Ethernet0/1 is the module 0 with a port segment size of 2"
},
"qemu": {