{% extends 'django_openstack/dash/base.html' %} {% 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 "django_openstack/common/_page_header.html" with title="Attach Port" %} {% endblock page_header %} {% block headerjs %} {% endblock headerjs %} {% block dash_main %}
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