{% extends "deploy/base.html" %} {% block head%}{% endblock %} {% block content %}
  • 1
  • 2Step 2
  • 3Step 3
  • 4Step 4
  • 5Step 5
  • 6Step 6
  • 7Step 7
  • 8Step 8

Wizard Start

{% if status != None %}
{{gettext(status)}}
{% endif %}
{% if state == '20' %}
Use any of the following Cluster Management URLs to manage your cluster:
{% if management_urls != "" %} {% for url in management_urls %} {% endfor %} {% endif %} {% elif state == '10' %}



{% endif %}
{% endblock %} {% block js%} {% endblock %}