Fixes validation issue with c2600 XM chassis.

pull/21/head^2
grossmj 10 years ago
parent 0f5d2927df
commit 9da5aa1107

@ -35,7 +35,7 @@ VM_CREATE_SCHEMA = {
"description": "router chassis model",
"type": "string",
"minLength": 1,
"pattern": "^[0-9]{4}$"
"pattern": "^[0-9]{4}(XM)?$"
},
"image": {
"description": "path to the IOS image file",

Loading…
Cancel
Save