Public bug reported: In Nova 'ComputeManager._build_and_run_instance' method, if InstanceNotFound or UnexpectedDeletingTaskStateError raises, 'compute.instance.create.end' notification will be sent[1]. It would be more reasonable if we send 'compute.instance.create.error' notification instead.
[1]https://github.com/openstack/nova/blob/13.0.0.0rc3/nova/compute/manager.py#L2072 ** Affects: nova Importance: Undecided Assignee: Wenzhi Yu (yuywz) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1578500 Title: Nova 'ComputeManager._build_and_run_instance' method sends inappropriate notification ('create.end') Status in OpenStack Compute (nova): In Progress Bug description: In Nova 'ComputeManager._build_and_run_instance' method, if InstanceNotFound or UnexpectedDeletingTaskStateError raises, 'compute.instance.create.end' notification will be sent[1]. It would be more reasonable if we send 'compute.instance.create.error' notification instead. [1]https://github.com/openstack/nova/blob/13.0.0.0rc3/nova/compute/manager.py#L2072 To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1578500/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

