From d0453b281ae4121d24d9f8dba96e50b3f8666744 Mon Sep 17 00:00:00 2001 From: DR695H Date: Wed, 31 Jul 2019 17:28:14 -0400 Subject: removing extra variables Issue-ID: TEST-184 Change-Id: I700f0b4f2a9b94bcdcc263b903b4658238f5388b Signed-off-by: DR695H --- robot/assets/templates/web/index.html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/assets') diff --git a/robot/assets/templates/web/index.html.jinja b/robot/assets/templates/web/index.html.jinja index a48181a0..412e1a8d 100644 --- a/robot/assets/templates/web/index.html.jinja +++ b/robot/assets/templates/web/index.html.jinja @@ -85,7 +85,7 @@ GLOBAL_INJECTED_OPENSTACK_USERNAME = "openstackuser" GLOBAL_INJECTED_OPENSTACK_TENANT_ID = "{{GLOBAL_INJECTED_OPENSTACK_TENANT_ID}}" GLOBAL_INJECTED_REGION = "{{GLOBAL_INJECTED_REGION}}" GLOBAL_INJECTED_KEYSTONE = "{{GLOBAL_INJECTED_KEYSTONE}}" -GLOBAL_INJECTED_AAI1_IP_ADDR = "{{aai1}}" +GLOBAL_INJECTED_AAI_IP_ADDR = "{{aai1}}" GLOBAL_INJECTED_APPC_IP_ADDR = "{{appc}}" GLOBAL_INJECTED_DCAE_IP_ADDR = "{{dcae_controller}}" GLOBAL_INJECTED_SO_IP_ADDR = "{{so}}" -- cgit 1.2.3-korg