Merge lp:~corey.bryant/nova/2014.2.2-0ubuntu2 into lp:~ubuntu-server-dev/nova/juno

Proposed by Corey Bryant
Status: Merged
Merged at revision: 721
Proposed branch: lp:~corey.bryant/nova/2014.2.2-0ubuntu2
Merge into: lp:~ubuntu-server-dev/nova/juno
Diff against target: 31 lines (+13/-0)
2 files modified
debian/changelog (+7/-0)
debian/nova-compute.upstart (+6/-0)
To merge this branch: bzr merge lp:~corey.bryant/nova/2014.2.2-0ubuntu2
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+254501@code.launchpad.net
To post a comment you must log in.

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 2015-02-11 19:00:15 +0000
3+++ debian/changelog 2015-03-29 19:09:33 +0000
4@@ -1,3 +1,10 @@
5+nova (1:2014.2.2-0ubuntu2) UNRELEASED; urgency=medium
6+
7+ [ Edward Hope-Morley ]
8+ * Fixed race between nova-compute and neutron-ovs-cleanup (LP: #1420572)
9+
10+ -- Corey Bryant <corey.bryant@canonical.com> Sun, 29 Mar 2015 11:19:09 -0400
11+
12 nova (1:2014.2.2-0ubuntu1) utopic; urgency=medium
13
14 [ Corey Bryant ]
15
16=== modified file 'debian/nova-compute.upstart'
17--- debian/nova-compute.upstart 2013-12-12 14:40:38 +0000
18+++ debian/nova-compute.upstart 2015-03-29 19:09:33 +0000
19@@ -20,6 +20,12 @@
20 if status libvirt-bin; then
21 start wait-for-state WAIT_FOR=libvirt-bin WAIT_STATE=running WAITER=nova-compute
22 fi
23+
24+ # Check to see if openvswitch plugin in use by checking
25+ # status of cleanup upstart configuration
26+ if status neutron-ovs-cleanup; then
27+ start wait-for-state WAIT_FOR=neutron-ovs-cleanup WAIT_STATE=running WAITER=nova-compute
28+ fi
29 end script
30
31 exec start-stop-daemon --start --chuid nova --exec /usr/bin/nova-compute -- --config-file=/etc/nova/nova.conf --config-file=/etc/nova/nova-compute.conf

Subscribers

People subscribed via source and target branches