diff options
Diffstat (limited to 'robot/assets/templates/web/index.html.jinja')
-rw-r--r-- | robot/assets/templates/web/index.html.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
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}}" |