summaryrefslogtreecommitdiff
path: root/openstack/etc/tempest/tempest.conf
Commit message (Collapse)AuthorAgeFilesLines
* Openstack: Add tempest.conf for its tag '4'Francisco Redondo Marchena2015-05-261-472/+544
| | | | | | Previous tempest.conf version was from its tag '2'. Change-Id: I2bd925a0e3e3f7233c18b4a029cfb9d290032a65
* Horizon: Install the openstack_dashboard django project in /var/lib/horizonPedro Alvarez2015-05-221-2/+2
| | | | | | | | | | | | | | | | 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.
* OpenStack: Configure Tempest at deployment time.Pedro Alvarez2015-04-171-53/+55
| | | | | | | | | | This is being done using the 'template' option from the install-files extension. Signed-off-by: Zara Zaimeche <zara.zaimeche@codethink.co.uk> Signed-off-by: Mike Smith <mike.smith@codethink.co.uk> Change-Id: Id3671d34692823e3f34f6565f40732b889cb8486
* Add default configuration file for TempestPedro Alvarez2015-04-171-0/+1114
This configuration file is from: http://git.baserock.org/cgi-bin/cgit.cgi/delta/openstack/tempest.git/tree/etc/tempest.conf.sample?id=2 Signed-off-by: Zara Zaimeche <zara.zaimeche@codethink.co.uk> Signed-off-by: Mike Smith <mike.smith@codethink.co.uk> Change-Id: Ic3550f26062203edc5509764fd93e271a67c3166