Merge lp:~james-page/neutron/b3-changes into lp:~ubuntu-server-dev/neutron/juno

Proposed by James Page
Status: Merged
Merged at revision: 284
Proposed branch: lp:~james-page/neutron/b3-changes
Merge into: lp:~ubuntu-server-dev/neutron/juno
Diff against target: 31 lines (+11/-0)
2 files modified
debian/changelog (+9/-0)
debian/control (+2/-0)
To merge this branch: bzr merge lp:~james-page/neutron/b3-changes
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+235570@code.launchpad.net

Description of the change

Misc dependency changes for b3; all in main.

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 2014-09-18 12:56:01 +0000
3+++ debian/changelog 2014-09-23 08:07:50 +0000
4@@ -1,3 +1,12 @@
5+neutron (1:2014.2~b3-0ubuntu4) UNRELEASED; urgency=medium
6+
7+ * d/control: Add radvd to neutron-l3-agent Depends to support
8+ IPv6 subnet configurations.
9+ * d/control: Add keepalived to neutron-l3-agent Depends to support
10+ HA router configurations.
11+
12+ -- James Page <james.page@ubuntu.com> Tue, 23 Sep 2014 09:02:11 +0100
13+
14 neutron (1:2014.2~b3-0ubuntu3) utopic; urgency=medium
15
16 * d/control: Align versioned dependencies to b3 release, wrap-and-sort.
17
18=== modified file 'debian/control'
19--- debian/control 2014-09-18 12:56:01 +0000
20+++ debian/control 2014-09-23 08:07:50 +0000
21@@ -330,8 +330,10 @@
22 Architecture: all
23 Depends:
24 iputils-arping,
25+ keepalived,
26 neutron-common (= ${source:Version}),
27 neutron-metadata-agent (= ${source:Version}),
28+ radvd,
29 ${misc:Depends},
30 ${python:Depends},
31 ${shlibs:Depends}

Subscribers

People subscribed via source and target branches