summaryrefslogtreecommitdiff
path: root/openstack/etc/tempest/tempest.conf
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-21 14:44:07 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-22 23:22:10 +0000
commit76b67d7a8e96e0d50bf5588b5b96f3afb013f9e4 (patch)
tree0575e3e221a5c8ee315ac0c187e3f60a039b90c4 /openstack/etc/tempest/tempest.conf
parent2cac133029c338fd0f728c67fee1190706016590 (diff)
downloaddefinitions-76b67d7a8e96e0d50bf5588b5b96f3afb013f9e4.tar.gz
Horizon: Install the openstack_dashboard django project in /var/lib/horizon
With this patch we avoid some problems: - Horizon trying to write in /usr/lib/python2.7/site-packages/static - We won't have to maintain a copy of local_settings.py - The workaround of creating a symlink for django.wsgi is not needed now. This patch also changes apache-horizon.conf to - Change the path of django.wsgi file - Load the horizon server with the url 'http://<IP-of-OpenStack>' (the 'horizon/' suffix is removed) - Grant permissions to access to /var/lib/horizon/static Also changes 'tempest.conf' to change Horizon urls.
Diffstat (limited to 'openstack/etc/tempest/tempest.conf')
-rw-r--r--openstack/etc/tempest/tempest.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack/etc/tempest/tempest.conf b/openstack/etc/tempest/tempest.conf
index 05f0eca1..fc6b0865 100644
--- a/openstack/etc/tempest/tempest.conf
+++ b/openstack/etc/tempest/tempest.conf
@@ -475,10 +475,10 @@ vnc_console = true
#
# Where the dashboard can be found (string value)
-dashboard_url = http://{{ CONTROLLER_HOST_ADDRESS }}/horizon
+dashboard_url = http://{{ CONTROLLER_HOST_ADDRESS }}
# Login page for the dashboard (string value)
-login_url = http://{{ CONTROLLER_HOST_ADDRESS }}/horizon/auth/login/
+login_url = http://{{ CONTROLLER_HOST_ADDRESS }}/auth/login/
[data_processing]