{{ ip.ip }} |
{% if ip.fixed_ip %}
- Instance ID: {{ip.instance_id}}
- Fixed IP: {{ip.fixed_ip}}
{% else %}
None
{% endif %}
|
- {% include "django_openstack/dash/floating_ips/_release.html" with form=release_form %}
{% if ip.fixed_ip %}
- {% include "django_openstack/dash/floating_ips/_disassociate.html" with form=disassociate_form %}
{% else %}
- Associate to instance
{% endif %}
|
{% endfor %}