Fixup more join bugs

This commit is contained in:
Corey Bryant
2015-05-07 13:49:20 +00:00
parent 51f6b754b3
commit 496a640df0

View File

@@ -368,7 +368,7 @@ def git_post_install(projects_yaml):
pip_install('python-memcached', proxy=http_proxy, venv=True)
else:
pip_install('python-memcached', venv=True)
python = os.path.join(os.path.join(charm_dir(), 'venv/bin/python')
python = os.path.join(charm_dir(), 'venv/bin/python')
subprocess.check_call([python, '/usr/share/openstack-dashboard/manage.py',
'collectstatic', '--noinput'])
subprocess.check_call([python, '/usr/share/openstack-dashboard/manage.py',
@@ -395,7 +395,7 @@ def git_post_install(projects_yaml):
def git_post_install_late():
"""Perform horizon post-install setup."""
python = os.path.join(os.path.join(charm_dir(), 'venv/bin/python')
python = os.path.join(charm_dir(), 'venv/bin/python')
subprocess.check_call([python, '/usr/share/openstack-dashboard/manage.py',
'collectstatic', '--noinput'])
subprocess.check_call([python, '/usr/share/openstack-dashboard/manage.py',