Data Bridges parameters

Set the bridges used by the VMs to connect with the phisycal interfaces of the servers. Switch ID and Port correspond with the datapath ID and the port the server's interface is connected to.
{{ ifaceformset.management_form}} {% for form in ifaceformset.forms %} {% for field in form %} {% if forloop.first %} {% for hidden in form.hidden_fields %} {% endfor %} {% endif %} {% if field.name != 'id' %} {%endif%} {% endfor %} {% endfor %}
{{ hidden }} {{ field.label_tag }}: {% if field.errors %}
  • {{ field.errors }}
{% endif %} {{ field }}
Delete: