• Xavier Thompson's avatar
    software/theia: Fix null parameters templating · c60456d3
    Xavier Thompson authored
    Before this commit, instance parameters that have a default null value
    in JSON format were rendered as 'None' string in instance-theia.cfg.
    
    In particular, Theia frontends were always requested with unsolvable
    SLA parameters that prevented a frontend from ever being allocated:
    ```
    sla-instance_guid = None
    ```
    c60456d3
instance-theia.cfg.jinja.in 18.3 KB