Merge lp:~gandelman-a/nova/connection_type_fix into lp:~ubuntu-server-dev/nova/essex

Proposed by Adam Gandelman
Status: Merged
Merge reported by: Chuck Short
Merged at revision: not available
Proposed branch: lp:~gandelman-a/nova/connection_type_fix
Merge into: lp:~ubuntu-server-dev/nova/essex
Diff against target: 59 lines (+7/-4)
6 files modified
debian/changelog (+6/-0)
debian/nova-compute-kvm.conf (+0/-1)
debian/nova-compute-lxc.conf (+0/-1)
debian/nova-compute-uml.conf (+0/-1)
debian/nova-compute-xen.conf (+0/-1)
debian/nova.conf (+1/-0)
To merge this branch: bzr merge lp:~gandelman-a/nova/connection_type_fix
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+90018@code.launchpad.net
To post a comment you must log in.
282. By Adam Gandelman

debian/nova-compute-{kvm,xen,uml,lxc}.conf: Move connection_type to nova.conf so migrations from postinst work until Bug #921294 is addressed

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 2012-01-24 21:55:18 +0000
3+++ debian/changelog 2012-01-24 23:55:27 +0000
4@@ -1,10 +1,16 @@
5 nova (2012.1~e3~20120120.12170-0ubuntu1) UNRELEASED; urgency=low
6
7+ [Chuck short]
8 * debian/patches/fix-nova-rootwraper-env.patch: Dropped
9 no longer needed.
10 * debian/nova-compute-{kvm,xen,uml,lxc}.conf: Add the connection
11 type "--connection=libvirt" since libvirt is no longer the default.
12
13+
14+ [Adam Gandelman]
15+ * debian/nova.conf: Define connection_type=libvirt in common nova.conf
16+ instead of nova-compute-*.conf until Bug #921294 is addressed.
17+
18 -- Chuck Short <zulcss@ubuntu.com> Tue, 24 Jan 2012 14:48:24 -0500
19
20 nova (2012.1~e3~20120120.12170-0ubuntu1) precise; urgency=low
21
22=== modified file 'debian/nova-compute-kvm.conf'
23--- debian/nova-compute-kvm.conf 2012-01-24 21:55:18 +0000
24+++ debian/nova-compute-kvm.conf 2012-01-24 23:55:27 +0000
25@@ -1,2 +1,1 @@
26---connection_type=libvirt
27 --libvirt_type=kvm
28
29=== modified file 'debian/nova-compute-lxc.conf'
30--- debian/nova-compute-lxc.conf 2012-01-24 21:55:18 +0000
31+++ debian/nova-compute-lxc.conf 2012-01-24 23:55:27 +0000
32@@ -1,2 +1,1 @@
33---connection_type=libvirt
34 --libvirt_type=lxc
35
36=== modified file 'debian/nova-compute-uml.conf'
37--- debian/nova-compute-uml.conf 2012-01-24 21:55:18 +0000
38+++ debian/nova-compute-uml.conf 2012-01-24 23:55:27 +0000
39@@ -1,2 +1,1 @@
40---connection_type=libvirt
41 --libvirt_type=uml
42
43=== modified file 'debian/nova-compute-xen.conf'
44--- debian/nova-compute-xen.conf 2012-01-24 21:55:18 +0000
45+++ debian/nova-compute-xen.conf 2012-01-24 23:55:27 +0000
46@@ -1,2 +1,1 @@
47---connection_type=libvirt
48 --libvirt_type=xen
49
50=== modified file 'debian/nova.conf'
51--- debian/nova.conf 2012-01-20 01:32:42 +0000
52+++ debian/nova.conf 2012-01-24 23:55:27 +0000
53@@ -6,5 +6,6 @@
54 --force_dhcp_release
55 --iscsi_helper=tgtadm
56 --libvirt_use_virtio_for_bridges
57+--connection_type=libvirt
58 --root_helper=sudo nova-rootwrap
59 --verbose

Subscribers

People subscribed via source and target branches