Merge lp:~smoser/nova/lp833530 into lp:~openstack-ubuntu-packagers/nova/ubuntu
Proposed by
Scott Moser
on 2011-09-02
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 183 | ||||
Proposed branch: | lp:~smoser/nova/lp833530 | ||||
Merge into: | lp:~openstack-ubuntu-packagers/nova/ubuntu | ||||
Diff against target: |
23 lines (+5/-2) 2 files modified
debian/changelog (+4/-1) debian/ubuntu_control_vars (+1/-1) |
||||
To merge this branch: | bzr merge lp:~smoser/nova/lp833530 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chuck Short (community) | 2011-09-02 | Approve on 2011-09-02 | |
Review via email:
|
To post a comment you must log in.
Dave Walker (davewalker) wrote : | # |
Hmm, is this really a bug?
Wasn't these packages created to solve this reason?
nova-compute-kvm - OpenStack Compute - compute node (KVM)
nova-compute-lxc - OpenStack Compute - compute node (LXC)
nova-compute-uml - OpenStack Compute - compute node (UserModeLinux)
nova-compute-xen - OpenStack Compute - compute node (Xen)
Scott Moser (smoser) wrote : | # |
Are you serious ?
Yes its a bug.
The following does not result in a functional nova-compute:
apt-get install nova-compute-lxc
Scott Moser (smoser) wrote : | # |
nova, even when functioning with 'lxc' need qemu-img.
Dave Walker (davewalker) wrote : | # |
Ah, this is the reason for introducing the qemu-utils package..
looks good to me