~andreserl/maas/packaging_fix_clusterd_logging

« back to all changes in this revision

Viewing changes to debian/patches/01-fix-database-settings.patch

  • Committer: Andres Rodriguez
  • Date: 2015-01-23 14:56:56 UTC
  • mfrom: (346.1.2 packaging)
  • Revision ID: andreserl@ubuntu.com-20150123145656-jfoxnlw4dent341o
Fix logging

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/contrib/maas_local_settings.py
2
 
+++ b/contrib/maas_local_settings.py
3
 
@@ -78,5 +78,5 @@
 
1
Index: maas-1.8.0~alpha1+bzr3486.orig/contrib/maas_local_settings.py
 
2
===================================================================
 
3
--- maas-1.8.0~alpha1+bzr3486.orig.orig/contrib/maas_local_settings.py  2015-01-23 09:50:03.185579822 -0500
 
4
+++ maas-1.8.0~alpha1+bzr3486.orig/contrib/maas_local_settings.py       2015-01-23 09:50:03.181579822 -0500
 
5
@@ -14,9 +14,9 @@
 
6
     'default': {
 
7
         # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' etc.
4
8
         'ENGINE': 'django.db.backends.postgresql_psycopg2',
5
9
-        'NAME': '',
6
10
-        'USER': '',
9
13
+        'USER': 'maas',
10
14
+        'PASSWORD': 'maas',
11
15
         'HOST': 'localhost',
 
16
     }
 
17
 }