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

Proposed by Chuck Short
Status: Merged
Approved by: Yolanda Robla
Approved revision: 552
Merged at revision: 552
Proposed branch: lp:~zulcss/nova/nova-fixes
Merge into: lp:~openstack-ubuntu-testing/nova/grizzly
Diff against target: 59 lines (+15/-14)
2 files modified
debian/changelog (+10/-0)
debian/patches/avoid_setuptools_git_dependency.patch (+5/-14)
To merge this branch: bzr merge lp:~zulcss/nova/nova-fixes
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Review via email: mp+145624@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

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-01-25 20:24:20 +0000
3+++ debian/changelog 2013-01-30 15:04:22 +0000
4@@ -15,6 +15,16 @@
5
6 -- Adam Gandelman <adamg@ubuntu.com> Wed, 23 Jan 2013 14:23:22 -0800
7
8+nova (2013.1~g2-0ubuntu3) raring; urgency=low
9+
10+ * SECURITY UPDATE: fix lack of authentication on block device used for
11+ os-volume_boot
12+ - debian/patches/CVE-2013-0208.patch: adjust nova/compute/api.py to
13+ validate we can access the volumes
14+ - CVE-2013-0208
15+
16+ -- Jamie Strandboge <jamie@ubuntu.com> Thu, 24 Jan 2013 08:23:44 -060
17+
18 nova (2013.1~g2-0ubuntu2) raring; urgency=low
19
20 * Make nova-compute-kvm prefer qemu-system over kvm for the new qemu.
21
22=== modified file 'debian/patches/avoid_setuptools_git_dependency.patch'
23--- debian/patches/avoid_setuptools_git_dependency.patch 2013-01-02 13:51:05 +0000
24+++ debian/patches/avoid_setuptools_git_dependency.patch 2013-01-30 15:04:22 +0000
25@@ -1,15 +1,6 @@
26-Author: Adam Gandelman <adamg@canonical.com>
27-Date: Thu Oct 11 00:42:53 PDT 2012
28-Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1059907
29-Subject: Avoid installation of python-setuptools-git.
30-
31-Remove setuptools_git from pip-requires so that it is not automatically
32-added to the dependency list by dh_python2, and avoid having it and its
33-dependencies (git!) installed with python-nova.
34-
35 diff -Naurp nova-2013.1.orig/setup.py nova-2013.1/setup.py
36---- nova-2013.1.orig/setup.py 2013-01-01 23:04:36.000000000 -0600
37-+++ nova-2013.1/setup.py 2013-01-02 07:50:05.081000609 -0600
38+--- nova-2013.1.orig/setup.py 2013-01-30 06:15:44.000000000 -0600
39++++ nova-2013.1/setup.py 2013-01-30 08:39:13.680907782 -0600
40 @@ -43,7 +43,6 @@ setuptools.setup(name='nova',
41 install_requires=requires,
42 include_package_data=True,
43@@ -19,13 +10,13 @@
44 'bin/nova-api',
45 'bin/nova-api-ec2',
46 diff -Naurp nova-2013.1.orig/tools/pip-requires nova-2013.1/tools/pip-requires
47---- nova-2013.1.orig/tools/pip-requires 2013-01-01 23:04:36.000000000 -0600
48-+++ nova-2013.1/tools/pip-requires 2013-01-02 07:49:48.285000601 -0600
49+--- nova-2013.1.orig/tools/pip-requires 2013-01-30 06:15:44.000000000 -0600
50++++ nova-2013.1/tools/pip-requires 2013-01-30 08:39:26.836907788 -0600
51 @@ -19,7 +19,6 @@ paramiko
52 Babel>=0.9.6
53 iso8601>=0.1.4
54 httplib2
55 -setuptools_git>=0.4
56- python-cinderclient
57+ python-cinderclient>=1.0.1
58 python-quantumclient>=2.1
59 python-glanceclient>=0.5.0,<2

Subscribers

People subscribed via source and target branches