> The inner exception is a thing and the outer pieces are a thing. The > inner means that some instance update was attempted, but should be > aborted if the instance state is not what we think it is.
And looking a little closer, I think it means that the messaging.expected_exceptions decorator isn't doing the right thing in that case. That sort of exception should be passed back to the client without verbose logging since it's an "okay thing to happen" in that case. It was working before the oslo.messaging change, but I think something is making it not properly exclude the UnexpectedTaskState exception... https://github.com/openstack/nova/blob/master/nova/conductor/manager.py#L113 --Dan _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
