{% load i18n %}

{% blocktrans %} 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 %}Use one of these load balancing methods to distribute incoming requests:{% endblocktrans %}

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