Annie,

Thank you for being persistent and ensuring you can recreate this on
official repositories.

This looks to be a bug in our nova package. There is a dependency
ordering problem that is surfacing in your case. I'm surprised this
doesn't surface more often.

The dependency chain in the debian/control file for nova is defined as:

nova-compute -> nova-compute-kvm -> nova-compute-libvirt -> nova-compute
-> nova-common

which means that nova-common must get installed before nova-compute, and
nova-compute must get installed before nova-compute-libvirt.

However, there is also a circular dependency in there that I believe is
causing issues:

nova-compute -> nova-common
nova-compute -> nova-compute-kvm  # circular dependency - see above chain

Let me see if I can safely remove the circular dependency.

Thanks,
Corey


** Changed in: nova (Ubuntu)
       Status: New => Triaged

** Changed in: nova (Ubuntu)
   Importance: Undecided => High

** Changed in: nova (Ubuntu)
   Importance: High => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761140

Title:
  dpkg eror processing package nova-compute

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1761140/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to