openstack-ansible-os_horizon/templates
Matt Thompson 7d01073884 Remove venv activation code
This commit uses the pattern established in [1] to remove the venv
activation code by using the correct venv Python interpreter instead.

Note that using python-path in openstack_dashboard.conf.j2 does not
achieve full isolation from the host's python installation as we'd hope
(the path will still include /usr/local/lib/python2.7/dist-packages and
/usr/lib/python2.7/dist-packages), but every attempt at using
python-home failed due to the venv interpreter not being able to find
argparse.  We will need to spend some additional cycles here trying to
solve this as locking the venv interpreter into its own site-packages
is the best solution long-term.

[1] https://review.openstack.org/#/c/273943/

Change-Id: I0fbb8b9b070d1a0ab5cd55abfcc6587a0cd8957d
2016-03-03 13:55:50 +00:00
..
80_admin_default_panel.py.j2 Add template option for the default horizon panel 2016-01-13 20:48:13 -06:00
horizon_apache_ports.conf.j2 Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
horizon_django.wsgi.j2 Remove venv activation code 2016-03-03 13:55:50 +00:00
horizon_local_settings.py.j2 Allow Horizon Custom Branding 2015-11-26 14:08:09 +00:00
horizon-manage.py.j2 Remove venv activation code 2016-03-03 13:55:50 +00:00
openstack_dashboard.conf.j2 Remove venv activation code 2016-03-03 13:55:50 +00:00