Merge lp:~zulcss/horizon/ftbfs into lp:~openstack-ubuntu-testing/horizon/havana

Proposed by Chuck Short
Status: Approved
Approved by: Yolanda Robla
Approved revision: 152
Proposed branch: lp:~zulcss/horizon/ftbfs
Merge into: lp:~openstack-ubuntu-testing/horizon/havana
Diff against target: 92 lines (+33/-14)
3 files modified
debian/changelog (+8/-0)
debian/control (+2/-0)
debian/patches/ubuntu_local_settings.patch (+23/-14)
To merge this branch: bzr merge lp:~zulcss/horizon/ftbfs
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Review via email: mp+163967@code.launchpad.net

Description of the change

ftbfs

To post a comment you must log in.
Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

Looks good to me

review: Approve

Unmerged revisions

152. By Chuck Short

* New upstream release.
* debian/control: Add python-d2to1, python-pbr
* debian/patches/ubuntu_local_settings.patch: Refreshed.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-04-22 13:09:18 +0000
3+++ debian/changelog 2013-05-15 15:17:29 +0000
4@@ -1,3 +1,11 @@
5+horizon (1:2013.2.a92.g13b8c8f-0ubuntu1) UNRELEASED; urgency=low
6+
7+ * New upstream release.
8+ * debian/control: Add python-d2to1, python-pbr
9+ * debian/patches/ubuntu_local_settings.patch: Refreshed.
10+
11+ -- Chuck Short <zulcss@ubuntu.com> Wed, 15 May 2013 09:46:34 -0500
12+
13 horizon (1:2013.1-0ubuntu3) raring; urgency=low
14
15 * Re-sync Ubuntu theme with upstream changes, fixing instance network
16
17=== modified file 'debian/control'
18--- debian/control 2013-03-15 12:29:47 +0000
19+++ debian/control 2013-05-15 15:17:29 +0000
20@@ -6,10 +6,12 @@
21 pep8,
22 pylint,
23 python-all (>= 2.6.6-3~),
24+ python-d2to1,
25 python-django-nose,
26 python-mox,
27 python-netaddr,
28 python-nose,
29+ python-pbr,
30 python-setuptools,
31 python-sphinx
32 Standards-Version: 3.9.3
33
34=== modified file 'debian/patches/ubuntu_local_settings.patch'
35--- debian/patches/ubuntu_local_settings.patch 2013-03-13 11:34:29 +0000
36+++ debian/patches/ubuntu_local_settings.patch 2013-05-15 15:17:29 +0000
37@@ -1,5 +1,6 @@
38---- a/openstack_dashboard/local/local_settings.py.example
39-+++ b/openstack_dashboard/local/local_settings.py.example
40+diff -Naurp horizon-2013.2.a92.g13b8c8f.orig/openstack_dashboard/local/local_settings.py.example horizon-2013.2.a92.g13b8c8f/openstack_dashboard/local/local_settings.py.example
41+--- horizon-2013.2.a92.g13b8c8f.orig/openstack_dashboard/local/local_settings.py.example 2013-05-15 09:45:15.000000000 -0500
42++++ horizon-2013.2.a92.g13b8c8f/openstack_dashboard/local/local_settings.py.example 2013-05-15 09:56:29.010312527 -0500
43 @@ -4,7 +4,7 @@ from django.utils.translation import uge
44
45 from openstack_dashboard import exceptions
46@@ -8,26 +9,34 @@
47 +DEBUG = False
48 TEMPLATE_DEBUG = DEBUG
49
50- # Set SSL proxy settings:
51-@@ -67,7 +67,8 @@ LOCAL_PATH = os.path.dirname(os.path.abs
52+ # Required for Django 1.5.
53+@@ -90,12 +90,12 @@ SECRET_KEY = secret_key.generate_or_read
54+ # We recommend you use memcached for development; otherwise after every reload
55+ # of the django development server, you will have to login again. To use
56+ # memcached set CACHES to something like
57+-# CACHES = {
58+-# 'default': {
59+-# 'BACKEND' : 'django.core.cache.backends.memcached.MemcachedCache',
60+-# 'LOCATION' : '127.0.0.1:11211',
61+-# }
62+-#}
63++ CACHES = {
64++ 'default': {
65++ 'BACKEND' : 'django.core.cache.backends.memcached.MemcachedCache',
66++ 'LOCATION' : '127.0.0.1:11211',
67++ }
68++}
69
70 CACHES = {
71 'default': {
72-- 'BACKEND' : 'django.core.cache.backends.locmem.LocMemCache'
73-+ 'BACKEND' : 'django.core.cache.backends.memcached.MemcachedCache',
74-+ 'LOCATION' : '127.0.0.1:11211'
75- }
76- }
77-
78-@@ -76,6 +77,22 @@ EMAIL_BACKEND = 'django.core.mail.backen
79+@@ -108,6 +108,21 @@ EMAIL_BACKEND = 'django.core.mail.backen
80 # Or send them to /dev/null
81 #EMAIL_BACKEND = 'django.core.mail.backends.dummy.EmailBackend'
82
83-+# Enable the Ubuntu theme if it is present.
84 +try:
85-+ from ubuntu_theme import *
86++ from ubuntu_theme import *
87 +except ImportError:
88-+ pass
89++ pass
90 +
91 +# Default Ubuntu apache configuration uses /horizon as the application root.
92 +# Configure auth redirects here accordingly.

Subscribers

People subscribed via source and target branches