Post install check assumes dpkg-vendor
Bug #781716 reported by
Graham Hemingway
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Invalid
|
Undecided
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
Medium
|
Soren Hansen |
Bug Description
See https:/
The Ubuntu post install script for Nova currently assumes that the machine has dpkg-vendor installed with certain groups setup. This assumption should be removed and a check should be done for libvirtd and libvirt without using dpkg-vendor.
Changed in nova (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Soren Hansen (soren) |
Changed in nova: | |
status: | New → Invalid |
To post a comment you must log in.
Yes - this also makes dpkg-dev effectively a dep for nova, which is fail.
If one wants to get at this data, lsb_release is the standard, always there (except on non-linux-systems) way to find vendor. But really whatever.