{% extends "template.html" %} {% block title %}Computing Configuration{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
Select a compute package
{% include "compute_info.html"%} {% if notify_not_set is not none %}

Environment variable(s) pointing to the DIVCFG file not found, using default file.

The {{ notify_not_set }} environment variable is not set. Set it with: export {{ notify_not_set }}=path/to/file and run caravel again.

Learn more about DIVCFG files concept here.

{% endif %}
Status check interval
{% include 'back_referrer.html' %} {% endblock %}