From b3e37ba44db2136578b1cbf9d6accd505f0f68af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Weing=C3=A4rtner?= Date: Tue, 24 Sep 2019 08:03:47 -0300 Subject: [PATCH] Fix help text for "Authorization algorithm" The pull request https://review.opendev.org/#/c/625442/ enabled the user to select new hashing algorithms to create the VPN client. However, one of the old help texts was left behind. This PR is simply proposing the removal of an outdated help text. Change-Id: Ia87dfe719b4030f8d50a6802f590354da339b9d8 --- .../project/vpn/templates/vpn/_add_ike_policy_help.html | 1 - 1 file changed, 1 deletion(-) diff --git a/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_ike_policy_help.html b/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_ike_policy_help.html index d375243..6ca9317 100644 --- a/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_ike_policy_help.html +++ b/neutron_vpnaas_dashboard/dashboards/project/vpn/templates/vpn/_add_ike_policy_help.html @@ -4,7 +4,6 @@

{% trans "An IKE policy is an association of the following attributes:" %}

{% trans 'Authorization algorithm' %}
-
{% trans 'Auth algorithm limited to SHA1 only.' %}
{% trans 'Valid algorithms are sha1, sha256, sha384 and sha512.' %}
{% trans 'Encryption algorithm' %}
{% trans 'Valid algorithms are 3des, aes-128, aes-192 and aes-256.' %}