Comment 5 for bug 1034043

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

Reviewed: https://review.openstack.org/12939
Committed: http://github.com/openstack/nova/commit/918a02d5cc3c845bcd58e00fcdf2728e78dafa26
Submitter: Jenkins
Branch: master

commit 918a02d5cc3c845bcd58e00fcdf2728e78dafa26
Author: Alessandro Pilotti <email address hidden>
Date: Thu Sep 13 15:08:45 2012 +0300

    Fixes import issue on Windows

    Fixes Bug #1034043

    The crypt module is not available on Windows.
    Since this is a blocking issue on Hyper-V and since the only
    function using it is _set_passwd (not implemented on Windows),
    the import can be safely conditionally avoided.

    Change-Id: Iefe97edcfcff3b70593e07628b6a6f85e680cbc7