Add preliminary support for schema version 1.5

The patch https://review.openstack.org/#/c/311265 will update the schema
version of existing guidelines to be 1.5. This will make it so RefStack
will still parse it.

Change-Id: Ib8bdfe0cf9ffaacb458f6e4f7df64af1e5ffb2f6
This commit is contained in:
Paul Van Eck 2016-05-19 17:48:16 -07:00
parent 1c1ed4bf89
commit ddecd2ccca

View File

@ -309,7 +309,7 @@
/**
* This will build the a capability object for schema version 1.3 and
* 1.4. This object will contain the information needed to form a
* above. This object will contain the information needed to form a
* report in the HTML template.
* @param {String} capId capability ID
*/
@ -386,6 +386,7 @@
break;
case '1.3':
case '1.4':
case '1.5':
capMethod = 'buildCapabilityV1_3';
break;
default: