summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/openstack_juno/roles/dashboard/templates/openstack-dashboard.conf
diff options
context:
space:
mode:
authorcarey.xu <carey.xuhan@huawei.com>2015-06-30 14:53:17 +0800
committercarey.xu <carey.xuhan@huawei.com>2015-06-30 14:53:17 +0800
commitd6e99bb0819b1e0675ea642fd81f5bfcd568ebfb (patch)
treef620c37edc195695d3b53f567c250d150e933cdd /compass/deploy/ansible/openstack_juno/roles/dashboard/templates/openstack-dashboard.conf
parent5847a0f09e22d19eaa8590fdb3b3eb3d6fa2a51b (diff)
update ansible roles directory for supporting commpass-core installing
BGS-80 Change-Id: I97a5d2a9b1f6c799c1976ec1cf6e687b108e0d0f Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'compass/deploy/ansible/openstack_juno/roles/dashboard/templates/openstack-dashboard.conf')
-rw-r--r--compass/deploy/ansible/openstack_juno/roles/dashboard/templates/openstack-dashboard.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/compass/deploy/ansible/openstack_juno/roles/dashboard/templates/openstack-dashboard.conf b/compass/deploy/ansible/openstack_juno/roles/dashboard/templates/openstack-dashboard.conf
deleted file mode 100644
index a5a791a..0000000
--- a/compass/deploy/ansible/openstack_juno/roles/dashboard/templates/openstack-dashboard.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-<VirtualHost *:80>
-
-WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
-WSGIDaemonProcess horizon user=www-data group=www-data processes=3 threads=10
-Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
-
-<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
-Order allow,deny
-Allow from all
-</Directory>
-
-
-</VirtualHost>
-