{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Ceph Upgrade" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Ceph Upgrade") %} {% endblock page_header %} {% block main %} {% csrf_token %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "From here you can upgrade ceph.Before submit,please make sure the Controller can access the package and key url." %}

{% trans "Notes" %}:

{% trans "- Proxy URL looks like 'proxy=http://username:password@proxy_ip:port/'" %}

{% trans "- Make sure the ssh user has made mutual trust with all ceph nodes." %}

{% trans "Cancel" %}
{% endblock %} {% block js %} {{ block.super }} {% endblock %}