From 32811eaf12bc1cdc136486c681396f97892600f9 Mon Sep 17 00:00:00 2001 From: Majdi Lada Date: Tue, 12 Sep 2017 15:19:53 +0300 Subject: [PATCH] Update Volume Backup hint Replace object storage service with cinder-backup drivers (object service, Ceph, NFS, etc ...) as a suggestion for the improved description. Change-Id: Ib8b5ba0c6b7bf4cbd2472dc059a2dc3725b55a91 --- .../backups/templates/backups/_create_backup.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/openstack_dashboard/dashboards/project/backups/templates/backups/_create_backup.html b/openstack_dashboard/dashboards/project/backups/templates/backups/_create_backup.html index 364ba3e62f..9e265f1c6c 100644 --- a/openstack_dashboard/dashboards/project/backups/templates/backups/_create_backup.html +++ b/openstack_dashboard/dashboards/project/backups/templates/backups/_create_backup.html @@ -2,6 +2,15 @@ {% load i18n %} {% block modal-body-right %} -

{% trans "Volume Backup:" %} {% trans "Volume Backups are stored using the Object Storage service. You must have this service activated in order to create a backup." %}

-

{% trans "If no container name is provided, a default container named volumebackups will be provisioned for you. Backups will be the same size as the volume they originate from." %}

+

{% trans "Volume Backup:" %} + {% blocktrans %} + Volume Backups are stored using one of cinder-backup drivers + (object storage service, Ceph, NFS, etc ...). + You must have one of these services activated in order to create a backup. + {% endblocktrans %}

+

{% blocktrans %} + If no container name is provided, a default container named volumebackups + will be provisioned for you. + Backups will be the same size as the volume they originate from. + {% endblocktrans %}

{% endblock %}