summary |
shortlog |
log |
commit | commitdiff |
review |
tree
raw |
patch |
inline | side by side (from parent 1:
928def9)
While attempting to get the OpenDaylight Jenkins Sandbox configured to
start working with JCasC cloud management it was discovered that the
numExecutors flag was being mistranslated.
Change-Id: I5598f9936a2a3190e0ff326dad8ef4503aaceaa2
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
{%- if instance_cap %}
instanceCap: {{ instance_cap }}{% endif %}
{%- if num_executors %}
{%- if instance_cap %}
instanceCap: {{ instance_cap }}{% endif %}
{%- if num_executors %}
- numExectorts: {{ num_executors }}{% endif %}
+ numExecutors: {{ num_executors }}{% endif %}
{%- if retention_time %}
retentionTime: {{ retention_time }}
{%- else %}
{%- if retention_time %}
retentionTime: {{ retention_time }}
{%- else %}
--- /dev/null
+---
+fixes:
+ - |
+ The JCasC convert for OpenStack was improperly converting executor
+ definitions. The script has learned the proper syntax.