{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_attrs %}enctype="multipart/form-data"{% endblock %} {% block modal-body-right %}

{% trans "Description:" %}

{% trans "Create a failover segment of hypervisor hosts." %}

{% trans "Recovery methods:" %}

{% trans "auto: Nova selects the new compute host for evacuation of instances running on a failed compute host" %}

{% trans "reserved_host : One of the reserved host configured in the segment will be used for evacuation of instances running on a failed compute host" %}

{% trans "auto_priority: First it will try 'auto' recovery method, if it's fails, then it will try using 'reserved_host' recovery method." %}

{% trans "rh_priority: It is exactly opposite of 'auto_priority' recovery method." %}

{% trans "Please note: " %} {% trans "Service Type is presently not used by Masakari but it's a mandatory field so the default value is set to 'compute' and it cannot be changed." %}

{% endblock %}