Comment 2 for bug 1241738

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

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

commit c3aa5583d3539744c3aa104f4b450e45ce298be2
Author: John Garbutt <email address hidden>
Date: Fri Oct 18 18:48:29 2013 +0100

    xenapi: stop key_init timeout failing set password

    When key-init timeout occurs, it returns None, which causes the
    set-password to fail with an error casting None to int.

    This code ensures it fails silently as intended.

    Fixes bug 1241738
    Change-Id: I080807c5728f94a6b36957efd6f2bbc44a76b1cd