{% extends 'nova/base.html' %} {%load i18n%} {% block sidebar %} {% with current_sidebar="networks" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {# to make searchable false, just remove it from the include statement #} {% include "horizon/common/_page_header.html" with title=_("Attach Port") %} {% endblock page_header %} {% block headerjs %} {% endblock headerjs %} {% block dash_main %}
{% include 'nova/ports/_attach.html' with form=attach_form %}

<< {% trans "Return to network detail"%}

{% blocktrans %}

Select an interface from the list on the left to attach it to this port.

Only interfaces that are not connected to any existing port are shown

If you want to reconnect a connected interface, please detach it first

{% endblocktrans %}
 
{% endblock %}