** Description changed: - ubuntu@devstack-master:/opt/stack/nova$ grep -r exception.ProcessExecutionError * + ubuntu@devstack-master:/opt/stack/nova$ grep -r exception.ProcessExecutionError * nova/virt/libvirt/volume.py: except exception.ProcessExecutionError as exc: commit 5e016846708ef62c92dcf607f03c67c36ce5c23f has been fixed all other wrong used places, but this one is added after this change. + + [Impact] + + Error doesn't exist, if error encountered then wrong error reported. + + [Test Case] + grep -r exception.ProcessExecutionError /usr/lib/python2.7/dist-packages/nova/* + + [Regression Potential] + Minimal. This change is in an error path already. When error path is encountered, the exception doesn't exist and causes a different error to occur but calling code treats both the same way. This ensures the right error is thrown.
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308839 Title: ProcessExecutionError exception is not defined in exception.py now To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1308839/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs