Merge lp:~zulcss/nova/ubuntu-packaging-fixes into lp:~nova-coresec/nova/ubuntu-packaging

Proposed by Chuck Short
Status: Merged
Merged at revision: 251
Proposed branch: lp:~zulcss/nova/ubuntu-packaging-fixes
Merge into: lp:~nova-coresec/nova/ubuntu-packaging
Diff against target: 33 lines (+11/-2)
2 files modified
debian/control (+1/-1)
debian/nova_sudoers (+10/-1)
To merge this branch: bzr merge lp:~zulcss/nova/ubuntu-packaging-fixes
Reviewer Review Type Date Requested Status
Soren Hansen (community) Approve
Review via email: mp+35574@code.launchpad.net

Description of the change

Fixes so that users can use nova-voume on maverick.

To post a comment you must log in.
Revision history for this message
Soren Hansen (soren) wrote :

Looks great.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2010-09-15 13:26:22 +0000
3+++ debian/control 2010-09-15 19:56:49 +0000
4@@ -96,7 +96,7 @@
5
6 Package: nova-volume
7 Architecture: all
8-Depends: nova-common (= ${binary:Version}), vblade, vblade-persist, ${python:Depends}, ${misc:Depends}
9+Depends: nova-common (= ${binary:Version}), vblade, vblade-persist, lvm2, ${python:Depends}, ${misc:Depends}
10 Description: OpenStack Compute - Nova - storage
11 OpenStack is free, open source software for building reliable cloud
12 infrastructure.
13
14=== modified file 'debian/nova_sudoers'
15--- debian/nova_sudoers 2010-08-30 20:47:09 +0000
16+++ debian/nova_sudoers 2010-09-15 19:56:49 +0000
17@@ -17,7 +17,16 @@
18 /sbin/tune2fs, \
19 /bin/umount, \
20 /sbin/vgcreate, \
21- /usr/bin/virsh
22+ /usr/bin/virsh, \
23+ /usr/bin/brctl, \
24+ /usr/sbin/vblade-persist, \
25+ /sbin/pvcreate, \
26+ /sbin/aoe-discover, \
27+ /sbin/vgcreate, \
28+ /sbin/lvremove, \
29+ /sbin/lvrcreate, \
30+ /usr/bin/tee, \
31+ /bin/aoe-stat
32
33 nova ALL = (root) NOPASSWD: NOVACMDS
34

Subscribers

People subscribed via source and target branches