Merge lp:~mordred/nova/add-vlan-dep-trunk into lp:~openstack-ubuntu-packagers/nova/ubuntu

Proposed by Monty Taylor
Status: Merged
Approved by: Vish Ishaya
Approved revision: 191
Merged at revision: 191
Proposed branch: lp:~mordred/nova/add-vlan-dep-trunk
Merge into: lp:~openstack-ubuntu-packagers/nova/ubuntu
Diff against target: 39 lines (+14/-3)
2 files modified
debian/changelog (+2/-1)
debian/control (+12/-2)
To merge this branch: bzr merge lp:~mordred/nova/add-vlan-dep-trunk
Reviewer Review Type Date Requested Status
OpenStack Ubuntu packagers Pending
Review via email: mp+76484@code.launchpad.net

Description of the change

Adds vlan dep to nova-compute.

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 2011-09-21 17:45:18 +0000
3+++ debian/changelog 2011-09-21 21:58:22 +0000
4@@ -20,8 +20,9 @@
5
6 [ Monty Taylor ]
7 * Add branching logic for building on lucid.
8+ * Add vlan as a depend for nova-compute.
9
10- -- Monty Taylor <mordred@inaugust.com> Mon, 19 Sep 2011 17:03:29 -0400
11+ -- Monty Taylor <mordred@inaugust.com> Wed, 21 Sep 2011 17:49:43 -0400
12
13 nova (2011.3~rc~20110909.r1155-0ubuntu1) oneiric; urgency=low
14
15
16=== modified file 'debian/control'
17--- debian/control 2011-09-21 17:45:18 +0000
18+++ debian/control 2011-09-21 21:58:22 +0000
19@@ -125,8 +125,18 @@
20
21 Package: nova-compute
22 Architecture: all
23-Depends: ${ostack-lsb-base}, ${nova-compute-deps}, nova-common (= ${binary:Version}), kpartx, curl, parted,
24- ebtables, gawk, iptables, open-iscsi, ${nova-compute-default-hypervisor} | nova-compute-hypervisor,
25+Depends: ${ostack-lsb-base},
26+ ${nova-compute-deps},
27+ ${nova-compute-default-hypervisor} | nova-compute-hypervisor,
28+ nova-common (= ${binary:Version}),
29+ curl,
30+ ebtables,
31+ gawk,
32+ iptables,
33+ kpartx,
34+ open-iscsi,
35+ parted,
36+ vlan,
37 ${python:Depends}, ${misc:Depends}
38 Recommends: ajaxterm
39 Description: OpenStack Compute - compute node

Subscribers

People subscribed via source and target branches