{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block modal-body-right %}
{% trans "Encryption information cannot be updated for a volume type if volumes are currently in use with the volume type." %}
{% blocktrans %}The Provider is the encryption provider format (e.g., 'luks' or 'plain').{% endblocktrans %}
{% blocktrans %}The Control Location is the notional service where encryption is performed (e.g., front-end=Nova). The default value is 'front-end.'{% endblocktrans %}
{% blocktrans %}The Cipher is the encryption algorithm/mode to use (e.g., aes-xts-plain64). If the field is left empty, the provider default will be used.{% endblocktrans %}
{% blocktrans %}The Key Size is the size of the encryption key, in bits (e.g., 128, 256). If the field is left empty, the provider default will be used.{% endblocktrans %}
{% endblock %}