From 5dcc94014a588e6f7bb5cb605b164609ac0b50c7 Mon Sep 17 00:00:00 2001 From: baigk Date: Wed, 23 Sep 2015 14:23:44 +0800 Subject: bug fix: using external_vip as linked dashboard ip JIRA: COMPASS-72 Change-Id: I9ab8f6042635a7a06f1a4e2fb3222f790a5bee76 Signed-off-by: baigk --- .../adapters/ansible/roles/dashboard/templates/ports.j2 | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 deploy/adapters/ansible/roles/dashboard/templates/ports.j2 (limited to 'deploy/adapters/ansible/roles/dashboard/templates') diff --git a/deploy/adapters/ansible/roles/dashboard/templates/ports.j2 b/deploy/adapters/ansible/roles/dashboard/templates/ports.j2 deleted file mode 100644 index 0bfa0428..00000000 --- a/deploy/adapters/ansible/roles/dashboard/templates/ports.j2 +++ /dev/null @@ -1,15 +0,0 @@ -# if you just change the port or add more ports here, you will likely also -# have to change the VirtualHost statement in -# /etc/apache2/sites-enabled/000-default.conf - -Listen {{ internal_ip }}:80 - - - Listen 443 - - - - Listen 443 - - -# vim: syntax=apache ts=4 sw=4 sts=4 sr noet -- cgit 1.2.3-korg