{% extends 'infrastructure/base.html' %} {% load i18n %} {% load url from future %} {% block title %}{% trans 'My OpenStack Deployment' %}{% endblock %} {% block css %} {% if overcloud.is_deploying %} {% endif %} {{ block.super }} {% endblock %} {% block page_header %} {% include 'horizon/common/_domain_page_header.html' with title=_('My OpenStack Deployment') %} {% endblock page_header %} {% block main %}
{% trans "Undeploy" %} {% comment %} no scaling for Icehouse, uncomment when ready {% trans "Scale deployment" %} {% endcomment %}
{{ tab_group.render }}
{% endblock %}