{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_action %}{% url 'horizon:dc_admin:dc_orchestration:createcloudstrategy' %}{% endblock %} {% block modal-header %}{% trans "Create Strategy" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans "Create a strategy to specify how the clouds should be orchestrated" %}

{% trans "Patch:: specify how the patches should be updated." %}

{% trans "Upgrade: specify how the software should be upgraded." %}

{% trans "Kubernetes: specify how Kubernetes should be upgraded." %}

{% trans "Firmware: specify how the firmware should be updated." %}

{% endblock %} {% block modal-footer %} Cancel {% endblock %}