Merge lp:~zulcss/nova/refreshed-1 into lp:~ubuntu-server-dev/nova/havana

Proposed by Chuck Short
Status: Merged
Merged at revision: 601
Proposed branch: lp:~zulcss/nova/refreshed-1
Merge into: lp:~ubuntu-server-dev/nova/havana
Diff against target: 85 lines (+13/-21)
4 files modified
debian/changelog (+2/-1)
debian/patches/fix-requirements.patch (+4/-12)
debian/patches/path-to-the-xenhost.conf-fixup.patch (+6/-7)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~zulcss/nova/refreshed-1
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+178314@code.launchpad.net

Description of the change

Refreshed patches.

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

Lgtm

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-07-30 14:29:02 +0000
3+++ debian/changelog 2013-08-02 14:49:38 +0000
4@@ -1,4 +1,4 @@
5-nova (1:2013.2.a2367.gb404bfd-0ubuntu1) UNRELEASED; urgency=low
6+nova (1:2013.2.a2481.ge685a72-0ubuntu1) UNRELEASED; urgency=low
7
8 * New usptream release.
9 * debian/patches/avoid_requirements_cheetah.patch: Dropped
10@@ -6,6 +6,7 @@
11 * debian/patches/fix-requirements.patch: Refreshed.
12 * debian/patches/remove-deprecated-sqlalchemy-option.patch: Remove
13 deprecated option with sqlalchemy.
14+ * debian/patches/path-to-the-xenhost.conf-fixup.patch: Refreshed
15
16 -- Chuck Short <zulcss@ubuntu.com> Tue, 30 Jul 2013 13:05:37 +0000
17
18
19=== modified file 'debian/patches/fix-requirements.patch'
20--- debian/patches/fix-requirements.patch 2013-07-30 14:29:02 +0000
21+++ debian/patches/fix-requirements.patch 2013-08-02 14:49:38 +0000
22@@ -1,6 +1,6 @@
23-diff -Naurp nova-2013.2.a2367.gb404bfd.orig/requirements.txt nova-2013.2.a2367.gb404bfd/requirements.txt
24---- nova-2013.2.a2367.gb404bfd.orig/requirements.txt 2013-07-30 13:01:25.000000000 +0000
25-+++ nova-2013.2.a2367.gb404bfd/requirements.txt 2013-07-30 13:51:46.198948311 +0000
26+diff -Naurp nova-2013.2.a2481.ge685a72.orig/requirements.txt nova-2013.2.a2481.ge685a72/requirements.txt
27+--- nova-2013.2.a2481.ge685a72.orig/requirements.txt 2013-08-02 13:51:10.000000000 +0000
28++++ nova-2013.2.a2481.ge685a72/requirements.txt 2013-08-02 14:15:43.719156844 +0000
29 @@ -1,7 +1,6 @@
30 d2to1>=0.2.10,<0.3
31 pbr>=0.5.16,<0.6
32@@ -10,15 +10,7 @@
33 amqplib>=0.6.1
34 anyjson>=0.2.4
35 argparse
36-@@ -21,14 +20,13 @@ paramiko
37- pyasn1
38- Babel>=0.9.6
39- iso8601>=0.1.4
40--requests>=1.1,<1.2.1 # order-dependent python-cinderclient req cap, bug 1182271
41-+requests>=1.1
42- python-cinderclient>=1.0.1
43- python-neutronclient>=2.2.3,<3.0.0
44- python-glanceclient>=0.9.0
45+@@ -27,7 +26,6 @@ python-glanceclient>=0.9.0
46 python-keystoneclient>=0.2.0
47 six
48 stevedore>=0.10
49
50=== modified file 'debian/patches/path-to-the-xenhost.conf-fixup.patch'
51--- debian/patches/path-to-the-xenhost.conf-fixup.patch 2013-03-14 00:48:45 +0000
52+++ debian/patches/path-to-the-xenhost.conf-fixup.patch 2013-08-02 14:49:38 +0000
53@@ -1,13 +1,12 @@
54-Index: nova/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost
55-===================================================================
56---- nova.orig/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost 2013-03-13 17:47:30.328806438 -0700
57-+++ nova/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost 2013-03-13 17:47:31.088806477 -0700
58-@@ -41,7 +41,7 @@
59- pluginlib.configure_logging("xenhost")
60+diff -Naurp nova-2013.2.a2481.ge685a72.orig/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost nova-2013.2.a2481.ge685a72/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost
61+--- nova-2013.2.a2481.ge685a72.orig/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost 2013-08-02 13:51:10.000000000 +0000
62++++ nova-2013.2.a2481.ge685a72/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost 2013-08-02 14:00:12.527156844 +0000
63+@@ -41,7 +41,7 @@ _ = pluginlib._
64+
65
66 host_data_pattern = re.compile(r"\s*(\S+) \([^\)]+\) *: ?(.*)")
67 -config_file_path = "/usr/etc/xenhost.conf"
68-+config_file_path = "/etc/xcp/xenhost.conf"
69++config_file_path = "/etc/xen/xenhost.conf"
70 DEFAULT_TRIES = 23
71 DEFAULT_SLEEP = 10
72
73
74=== modified file 'debian/rules'
75--- debian/rules 2013-01-25 21:12:38 +0000
76+++ debian/rules 2013-08-02 14:49:38 +0000
77@@ -58,7 +58,7 @@
78
79 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
80 override_dh_auto_test:
81- testr init && testr run --parallel
82+ testr init && testr run --concurrency=1
83 endif
84
85 override_dh_python2:

Subscribers

People subscribed via source and target branches