diff options
author | baigk <baiguoku@huawei.com> | 2015-09-23 14:23:44 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2015-09-24 00:22:30 +0800 |
commit | 5dcc94014a588e6f7bb5cb605b164609ac0b50c7 (patch) | |
tree | 1027a92382ed4a3c96c0bb2ec84ec1fdfd8e8b93 /deploy/adapters/ansible/roles/dashboard/templates | |
parent | 7d95e981d3685795620443083385e00ab1ccd3f0 (diff) |
bug fix: using external_vip as linked dashboard ip
JIRA: COMPASS-72
Change-Id: I9ab8f6042635a7a06f1a4e2fb3222f790a5bee76
Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/dashboard/templates')
-rw-r--r-- | deploy/adapters/ansible/roles/dashboard/templates/ports.j2 | 15 |
1 files changed, 0 insertions, 15 deletions
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 - -<IfModule ssl_module> - Listen 443 -</IfModule> - -<IfModule mod_gnutls.c> - Listen 443 -</IfModule> - -# vim: syntax=apache ts=4 sw=4 sts=4 sr noet |