Comment 1 for bug 1244311

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/53708
Committed: http://github.com/openstack/nova/commit/e03963b1e42ca2900b108201e77edf2386c5c46a
Submitter: Jenkins
Branch: master

commit e03963b1e42ca2900b108201e77edf2386c5c46a
Author: Andrew Laski <email address hidden>
Date: Thu Oct 24 13:48:24 2013 -0400

    Pull system_metadata for notifications on instance.save()

    When saving changes on an instance object a notification is sent out.
    An attempt is made to pull flavor information from the instance but if
    system_metadata is not joined then an exception is raised and the
    notification fails. This ensures that system_metadata is available for
    those notifications.

    Change-Id: Ifd317f847c3839cd6019038bb3dc856b9f107000
    Closes-bug: 1244311