diff options
author | Justin chi <chigang@huawei.com> | 2015-09-23 16:46:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-23 16:46:54 +0000 |
commit | d16d74fbbe738f0d15366dedf9f5e042505ee1e8 (patch) | |
tree | 96f997851c91df8ced27a5bc4596287fe3d37b5f /deploy/adapters/ansible/roles/dashboard/templates | |
parent | 8e3005507e0318ec4cf9a1c158a5749c1155263e (diff) | |
parent | 5dcc94014a588e6f7bb5cb605b164609ac0b50c7 (diff) |
Merge "bug fix: using external_vip as linked dashboard ip"
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 |