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
=== modified file 'debian/changelog'
--- debian/changelog 2012-01-24 21:55:18 +0000
+++ debian/changelog 2012-01-24 23:55:27 +0000
@@ -1,10 +1,16 @@
1nova (2012.1~e3~20120120.12170-0ubuntu1) UNRELEASED; urgency=low1nova (2012.1~e3~20120120.12170-0ubuntu1) UNRELEASED; urgency=low
22
3 [Chuck short]
3 * debian/patches/fix-nova-rootwraper-env.patch: Dropped4 * debian/patches/fix-nova-rootwraper-env.patch: Dropped
4 no longer needed.5 no longer needed.
5 * debian/nova-compute-{kvm,xen,uml,lxc}.conf: Add the connection6 * debian/nova-compute-{kvm,xen,uml,lxc}.conf: Add the connection
6 type "--connection=libvirt" since libvirt is no longer the default.7 type "--connection=libvirt" since libvirt is no longer the default.
78
9
10 [Adam Gandelman]
11 * debian/nova.conf: Define connection_type=libvirt in common nova.conf
12 instead of nova-compute-*.conf until Bug #921294 is addressed.
13
8 -- Chuck Short <zulcss@ubuntu.com> Tue, 24 Jan 2012 14:48:24 -050014 -- Chuck Short <zulcss@ubuntu.com> Tue, 24 Jan 2012 14:48:24 -0500
915
10nova (2012.1~e3~20120120.12170-0ubuntu1) precise; urgency=low16nova (2012.1~e3~20120120.12170-0ubuntu1) precise; urgency=low
1117
=== modified file 'debian/nova-compute-kvm.conf'
--- debian/nova-compute-kvm.conf 2012-01-24 21:55:18 +0000
+++ debian/nova-compute-kvm.conf 2012-01-24 23:55:27 +0000
@@ -1,2 +1,1 @@
1--connection_type=libvirt
2--libvirt_type=kvm1--libvirt_type=kvm
32
=== modified file 'debian/nova-compute-lxc.conf'
--- debian/nova-compute-lxc.conf 2012-01-24 21:55:18 +0000
+++ debian/nova-compute-lxc.conf 2012-01-24 23:55:27 +0000
@@ -1,2 +1,1 @@
1--connection_type=libvirt
2--libvirt_type=lxc1--libvirt_type=lxc
32
=== modified file 'debian/nova-compute-uml.conf'
--- debian/nova-compute-uml.conf 2012-01-24 21:55:18 +0000
+++ debian/nova-compute-uml.conf 2012-01-24 23:55:27 +0000
@@ -1,2 +1,1 @@
1--connection_type=libvirt
2--libvirt_type=uml1--libvirt_type=uml
32
=== modified file 'debian/nova-compute-xen.conf'
--- debian/nova-compute-xen.conf 2012-01-24 21:55:18 +0000
+++ debian/nova-compute-xen.conf 2012-01-24 23:55:27 +0000
@@ -1,2 +1,1 @@
1--connection_type=libvirt
2--libvirt_type=xen1--libvirt_type=xen
32
=== modified file 'debian/nova.conf'
--- debian/nova.conf 2012-01-20 01:32:42 +0000
+++ debian/nova.conf 2012-01-24 23:55:27 +0000
@@ -6,5 +6,6 @@
6--force_dhcp_release6--force_dhcp_release
7--iscsi_helper=tgtadm7--iscsi_helper=tgtadm
8--libvirt_use_virtio_for_bridges8--libvirt_use_virtio_for_bridges
9--connection_type=libvirt
9--root_helper=sudo nova-rootwrap10--root_helper=sudo nova-rootwrap
10--verbose11--verbose

Subscribers

People subscribed via source and target branches