~ubuntu-server-dev/horizon/liberty

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu_settings.patch

  • Committer: james.page at ubuntu
  • Date: 2015-04-28 20:11:34 UTC
  • Revision ID: james.page@ubuntu.com-20150428201134-l99zd59h0hqkutwu
Revert previous commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 # Send email to the console by default
45
45
 EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
46
46
 # Or send them to /dev/null
47
 
@@ -636,3 +635,21 @@ REST_API_REQUIRED_SETTINGS = ['OPENSTACK
 
47
@@ -636,3 +635,24 @@ REST_API_REQUIRED_SETTINGS = ['OPENSTACK
48
48
 # and are not encrypted on the browser. This is an experimental API and
49
49
 # may be deprecated in the future without notice.
50
50
 #REST_API_ADDITIONAL_SETTINGS = []
66
66
+# installations should have this set accordingly.  For more information
67
67
+# see https://docs.djangoproject.com/en/dev/ref/settings/.
68
68
+ALLOWED_HOSTS = '*'
 
69
+
 
70
+# Compress all assets offline as part of packaging installation
 
71
+COMPRESS_OFFLINE = True
69
72
--- a/openstack_dashboard/settings.py
70
73
+++ b/openstack_dashboard/settings.py
71
74
@@ -310,8 +310,7 @@ if not SECRET_KEY: