{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}

{% trans "Description:" %}

{% blocktrans %} Register a Cinder node so that it's "cinder.conf" file can be validated and all assoicated backend storage arrays can be "discovered".

Both the "cinder.conf" diagnostic test and backend storage discovery will rely on connecting to the Cinder node via SSH.

The diagnostic test will check the "cinder.conf" configuration file and verify that the backend HPE 3PAR storage settings are correct. It will also validate that the required HPE 3PAR driver is installed.

For backend storage array discovery, all arrays specified in "cinder.conf" will be accessed and authenticated. {% endblocktrans %}

{% endblock %}