~andreserl/maas/pkg_release_rc1

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2014-10-10 04:49:08 UTC
  • Revision ID: julian.edwards@canonical.com-20141010044908-u70qrchq41thy4xi
Update quilt patch as a result of upstream file changing

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- maas-1.5+bzr1908.orig.orig/contrib/maas_local_settings.py   2014-02-07 11:22:59.330556956 -0500
2
 
+++ maas-1.5+bzr1908.orig/contrib/maas_local_settings.py        2014-02-07 11:22:59.326556956 -0500
 
1
--- a/contrib/maas_local_settings.py
 
2
+++ b/contrib/maas_local_settings.py
3
3
@@ -7,7 +7,7 @@
4
4
 DEFAULT_MAAS_URL = "http://maas.internal.example.com/"
5
5
 
20
20
+        'USER': 'maas',
21
21
+        'PASSWORD': 'maas',
22
22
         'HOST': 'localhost',
23
 
     }
24
 
 }
 
23
         'OPTIONS': {
 
24
             'isolation_level': ISOLATION_LEVEL_READ_COMMITTED,