Error message generated in the definition of OCP guests. The number of CPs is used to calculate the CPU definition via a template, but because the value is defined as a string the template fails.
The int filter needs to be added to allow the template to do the hex conversion of the CPU count.
Error message generated in the definition of OCP guests. The number of CPs is used to calculate the CPU definition via a template, but because the value is defined as a string the template fails.
The
int
filter needs to be added to allow the template to do the hex conversion of the CPU count.