Merge lp:~zulcss/nova/2014.1.b1 into lp:~ubuntu-server-dev/nova/icehouse

Proposed by Chuck Short
Status: Merged
Approved by: Chuck Short
Approved revision: 636
Merged at revision: 635
Proposed branch: lp:~zulcss/nova/2014.1.b1
Merge into: lp:~ubuntu-server-dev/nova/icehouse
Diff against target: 69 lines (+24/-2)
4 files modified
debian/changelog (+5/-2)
debian/patches/fix-libvirt-regression.patch (+15/-0)
debian/patches/series (+1/-0)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~zulcss/nova/2014.1.b1
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+197919@code.launchpad.net

Description of the change

Nova 2014.1~b1

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

Technically:

+Uptream: https://review.openstack.org/#/c/60052/

should be

+Forwarded: https://review.openstack.org/#/c/60052/

and

+ - Add OSLO_VERSION to get around python-pbr sillyness.

sounds a little judgemental

how about:

- Add OSLO_VERSION to set correct distro version for package build.

review: Needs Fixing
lp:~zulcss/nova/2014.1.b1 updated
635. By Chuck Short

Fix up based on suggestions

Revision history for this message
James Page (james-page) :
review: Approve
lp:~zulcss/nova/2014.1.b1 updated
636. By Chuck Short

Fix typo

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-12-03 19:42:58 +0000
+++ debian/changelog 2013-12-05 16:35:37 +0000
@@ -1,4 +1,4 @@
1nova (1:2013.2-0ubuntu1) UNRELEASED; urgency=low1nova (1:2014.1~b1-0ubuntu1) trusty; urgency=low
22
3 * New upstream release.3 * New upstream release.
4 * debian/control:4 * debian/control:
@@ -16,12 +16,15 @@
16 - Remove git vcs, its not being used by anyone, complain if you are.16 - Remove git vcs, its not being used by anyone, complain if you are.
17 - Removed libvirtd detection, no need for it so drop it.17 - Removed libvirtd detection, no need for it so drop it.
18 - Simplify building required docs including mangpages.18 - Simplify building required docs including mangpages.
19 - Add OSLO_VERSION to set correct distro version for package build.
19 * debian/patches/sqlachemy-0.8.3-compat.patch: Add support for20 * debian/patches/sqlachemy-0.8.3-compat.patch: Add support for
20 sqlachemy 0.8.3.21 sqlachemy 0.8.3.
21 * debian/patches/avoid-failing-test.patch: Dropped.22 * debian/patches/avoid-failing-test.patch: Dropped.
22 * debian/patches/skip_ipv6_test.patch: Skip ipv6 test.23 * debian/patches/skip_ipv6_test.patch: Skip ipv6 test.
24 * debian/patches/fix-libvirt-regression.patch: Fix libvirt regression
25 while running the tests.
2326
24 -- Chuck Short <zulcss@ubuntu.com> Thu, 14 Nov 2013 08:51:55 -050027 -- Chuck Short <zulcss@ubuntu.com> Thu, 05 Dec 2013 11:25:41 -0500
2528
26nova (1:2013.2-0ubuntu1) saucy; urgency=low29nova (1:2013.2-0ubuntu1) saucy; urgency=low
2730
2831
=== added file 'debian/patches/fix-libvirt-regression.patch'
--- debian/patches/fix-libvirt-regression.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-libvirt-regression.patch 2013-12-05 16:35:37 +0000
@@ -0,0 +1,15 @@
1Description: Fix regression while running libvirt
2Author: Chuck Short <zulcss@ubuntu.com>
3Forwarded: https://review.openstack.org/#/c/60052/
4diff -Naurp nova-2014.1.b1.orig/nova/tests/virt/libvirt/fakelibvirt.py nova-2014.1.b1/nova/tests/virt/libvirt/fakelibvirt.py
5--- nova-2014.1.b1.orig/nova/tests/virt/libvirt/fakelibvirt.py 2013-12-05 09:21:50.000000000 -0500
6+++ nova-2014.1.b1/nova/tests/virt/libvirt/fakelibvirt.py 2013-12-05 10:50:14.023727889 -0500
7@@ -511,7 +511,7 @@ class DomainSnapshot(object):
8
9
10 class Connection(object):
11- def __init__(self, uri, readonly, version=9007):
12+ def __init__(self, uri=None, readonly=None, version=9007):
13 if not uri or uri == '':
14 if allow_default_uri_connection:
15 uri = 'qemu:///session'
016
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-12-03 19:42:58 +0000
+++ debian/patches/series 2013-12-05 16:35:37 +0000
@@ -4,3 +4,4 @@
4fix-novnc-regression.patch4fix-novnc-regression.patch
5sqlachemy-0.8.3-compat.patch5sqlachemy-0.8.3-compat.patch
6skip_ipv6_test.patch6skip_ipv6_test.patch
7fix-libvirt-regression.patch
78
=== modified file 'debian/rules'
--- debian/rules 2013-12-05 14:42:50 +0000
+++ debian/rules 2013-12-05 16:35:37 +0000
@@ -3,6 +3,9 @@
3# Verbose mode3# Verbose mode
4#export DH_VERBOSE=14#export DH_VERBOSE=1
55
6VERSION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: ([0-9]:)*([^-]+).*,\2,p')
7export OSLO_PACKAGE_VERSION=$(VERSION)
8
6# Send HTTP traffic to “discard” service9# Send HTTP traffic to “discard” service
7export http_proxy = http://127.0.1.1:9/10export http_proxy = http://127.0.1.1:9/
8export https_proxy = ${http_proxy}11export https_proxy = ${http_proxy}

Subscribers

People subscribed via source and target branches