added param for AVI_LBAAS_PANEL_NAME, removed API_MASK_PROTOCOL duplicity

Change-Id: I7017ff89fa3f5700952fde6b800b6829bc677e1a
diff --git a/horizon/files/horizon_settings/_local_settings.py b/horizon/files/horizon_settings/_local_settings.py
index f44f375..ba4c97f 100644
--- a/horizon/files/horizon_settings/_local_settings.py
+++ b/horizon/files/horizon_settings/_local_settings.py
@@ -166,10 +166,7 @@
 AVI_CONTROLLER = {"{{plugin.control.region}}": "{{plugin.control.address}}" }
 AVI_LBAAS_FULL_UI = {{plugin.control.full_ui}}
 AVI_LBAAS_FULL_READONLY_UI = {{plugin.control.read_only}}
-{%- endif %}
-
-{%- if plugin.mask_protocol is defined %}
-API_MASK_PROTOCOL = '{{ plugin.mask_protocol }}'
+AVI_LBAAS_PANEL_NAME = {{ plugin.control.get('panel_name', "AVI LBaaS Analytics") }}
 {%- endif %}
 
 {%- if plugin.config is defined %}