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:
parent
1c1ed4bf89
commit
ddecd2ccca
@ -309,7 +309,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This will build the a capability object for schema version 1.3 and
|
* 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.
|
* report in the HTML template.
|
||||||
* @param {String} capId capability ID
|
* @param {String} capId capability ID
|
||||||
*/
|
*/
|
||||||
@ -386,6 +386,7 @@
|
|||||||
break;
|
break;
|
||||||
case '1.3':
|
case '1.3':
|
||||||
case '1.4':
|
case '1.4':
|
||||||
|
case '1.5':
|
||||||
capMethod = 'buildCapabilityV1_3';
|
capMethod = 'buildCapabilityV1_3';
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user