{% load i18n %}

{% blocktrans trimmed %} Assign a name and description for the pool. Choose one subnet where all members of this pool must be on. Select the protocol and load balancing method for this pool. Admin State is UP (checked) by default. {% endblocktrans %}


{% blocktrans trimmed %} Use one of these load balancing methods to distribute incoming requests: {% endblocktrans %}

{% blocktrans trimmed %}Round robin{% endblocktrans %}
{% blocktrans trimmed %}Rotates requests evenly between multiple instances.{% endblocktrans %}
{% blocktrans trimmed %}Source IP{% endblocktrans %}
{% blocktrans trimmed %}Requests from a unique source IP address are consistently directed to the same instance.{% endblocktrans %}
{% blocktrans trimmed %}Least connections{% endblocktrans %}
{% blocktrans trimmed %}Allocates requests to the instance with the least number of active connections.{% endblocktrans %}