Merge lp:~zulcss/nova/nova-asn1 into lp:~openstack-ubuntu-testing/nova/grizzly

Proposed by Chuck Short
Status: Merged
Approved by: Yolanda Robla
Approved revision: 556
Merged at revision: 556
Proposed branch: lp:~zulcss/nova/nova-asn1
Merge into: lp:~openstack-ubuntu-testing/nova/grizzly
Diff against target: 81 lines (+10/-33)
3 files modified
debian/changelog (+4/-5)
debian/control (+2/-0)
debian/patches/fix-ubuntu-tests.patch (+4/-28)
To merge this branch: bzr merge lp:~zulcss/nova/nova-asn1
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Review via email: mp+147932@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

Looks good to me

review: Approve

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-02-07 15:10:36 +0000
3+++ debian/changelog 2013-02-12 14:22:21 +0000
4@@ -10,13 +10,12 @@
5 * debian/rules: Call testr directly since run_tests.sh -N gives weird return
6 value when tests pass.
7 * debian/pyddist-overrides: Add websockify.
8-
9- [ Adam Gandelman ]
10- * debian/control: Fix typo (websocikfy -> websockify).
11-
12- [ Chuck Short ]
13 * debian/nova-common.postinst: Removed config file conversion, since
14 the option is no longer available. (LP: #1110567)
15+ * debian/control: Add python-pyasn1 as a dependency.
16+
17+ [ Adam Gandelman ]
18+ * debian/control: Fix typo (websocikfy -> websockify).
19
20 -- Adam Gandelman <adamg@ubuntu.com> Wed, 23 Jan 2013 14:23:22 -0800
21
22
23=== modified file 'debian/control'
24--- debian/control 2013-01-23 22:23:41 +0000
25+++ debian/control 2013-02-12 14:22:21 +0000
26@@ -35,6 +35,7 @@
27 python-paramiko,
28 python-paste,
29 python-pastedeploy (>= 1.5.0),
30+ python-pyasn1,
31 python-quantumclient,
32 python-routes,
33 python-setuptools,
34@@ -89,6 +90,7 @@
35 python-routes,
36 python-simplejson,
37 python-sqlalchemy-ext ( >= 0.7.8-1~) | python-sqlalchemy (<< 0.6.3-2),
38+ python-pyasn1,
39 python-suds,
40 python-tempita,
41 python-webob (>= 1.2.3),
42
43=== modified file 'debian/patches/fix-ubuntu-tests.patch'
44--- debian/patches/fix-ubuntu-tests.patch 2013-01-25 20:24:20 +0000
45+++ debian/patches/fix-ubuntu-tests.patch 2013-02-12 14:22:21 +0000
46@@ -1,31 +1,7 @@
47-diff -Naurp nova-2013.1.orig/nova/tests/test_api.py nova-2013.1/nova/tests/test_api.py
48---- nova-2013.1.orig/nova/tests/test_api.py 2013-01-25 05:53:44.000000000 -0600
49-+++ nova-2013.1/nova/tests/test_api.py 2013-01-25 14:21:21.514255459 -0600
50-@@ -26,9 +26,9 @@ from boto.ec2 import regioninfo
51- from boto import exception as boto_exc
52- # newer versions of boto use their own wrapper on top of httplib.HTTPResponse
53- try:
54-- import boto.connection as httplib
55-+ from boto.connection import HTTPResponse
56- except ImportError:
57-- import httplib
58-+ from httplib import HTTPResponse
59- import fixtures
60- import webob
61-
62-@@ -79,7 +79,7 @@ class FakeHttplibConnection(object):
63- # guess that's a function the web server usually provides.
64- resp = "HTTP/1.0 %s" % resp
65- self.sock = FakeHttplibSocket(resp)
66-- self.http_response = httplib.HTTPResponse(self.sock)
67-+ self.http_response = HTTPResponse(self.sock)
68- # NOTE(vish): boto is accessing private variables for some reason
69- self._HTTPConnection__response = self.http_response
70- self.http_response.begin()
71-diff -Naurp nova-2013.1.orig/tools/hacking.py nova-2013.1/tools/hacking.py
72---- nova-2013.1.orig/tools/hacking.py 2013-01-25 05:53:45.000000000 -0600
73-+++ nova-2013.1/tools/hacking.py 2013-01-25 14:21:11.742255454 -0600
74-@@ -571,7 +571,7 @@ if __name__ == "__main__":
75+diff -Naurp nova-2013.1.a4257.g4df4762.orig/tools/hacking.py nova-2013.1.a4257.g4df4762/tools/hacking.py
76+--- nova-2013.1.a4257.g4df4762.orig/tools/hacking.py 2013-02-12 07:33:18.000000000 -0600
77++++ nova-2013.1.a4257.g4df4762/tools/hacking.py 2013-02-12 07:51:45.212644383 -0600
78+@@ -589,7 +589,7 @@ if __name__ == "__main__":
79 #include nova path
80 sys.path.append(os.getcwd())
81 #Run once tests (not per line)

Subscribers

People subscribed via source and target branches