summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-07-23 10:57:26 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:59 -0400
commit05602f07f581958988e39687e7f5b081279e5f45 (patch)
tree836d3dca60f1f4e6dfdae90b4d5fbbd2c98192a9 /meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb
parent526a965c33fb8fca5e7b2492c91645f9d8cb8ea3 (diff)
downloadmeta-cloud-services-05602f07f581958988e39687e7f5b081279e5f45.tar.gz
python-horizon: Changed DEBUG to True
If DEBUG is set to False the static files are not loaded correctly. Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb b/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb
index fcf3e38..3548e22 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb
@@ -39,10 +39,8 @@ do_install_append() {
39 DASHBOARD_DIR=${D}${PYTHON_SITEPACKAGES_DIR}/openstack_dashboard 39 DASHBOARD_DIR=${D}${PYTHON_SITEPACKAGES_DIR}/openstack_dashboard
40 sed -e "s:^LANGUAGE_CODE =.*:LANGUAGE_CODE = 'en-us':g" \ 40 sed -e "s:^LANGUAGE_CODE =.*:LANGUAGE_CODE = 'en-us':g" \
41 -i ${DASHBOARD_DIR}/settings.py 41 -i ${DASHBOARD_DIR}/settings.py
42 sed -e "s:^DEBUG =.*:DEBUG = False:g" \
43 ${DASHBOARD_DIR}/local/local_settings.py.example > ${DASHBOARD_DIR}/local/local_settings.py
44 sed -e "s:^# from horizon.utils:from horizon.utils:g" \ 42 sed -e "s:^# from horizon.utils:from horizon.utils:g" \
45 -i ${DASHBOARD_DIR}/local/local_settings.py 43 ${DASHBOARD_DIR}/local/local_settings.py.example > ${DASHBOARD_DIR}/local/local_settings.py
46 sed -e "s:^# SECRET_KEY =:SECRET_KEY =:g" \ 44 sed -e "s:^# SECRET_KEY =:SECRET_KEY =:g" \
47 -i ${DASHBOARD_DIR}/local/local_settings.py 45 -i ${DASHBOARD_DIR}/local/local_settings.py
48 install -m 644 ${S}/manage.py ${DASHBOARD_DIR}/manage.py 46 install -m 644 ${S}/manage.py ${DASHBOARD_DIR}/manage.py