Comment 1 for bug 1747961

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

Reviewed: https://review.openstack.org/542263
Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=c4c65971d366deb31d5ef716e28a8b0e580014b7
Submitter: Zuul
Branch: master

commit c4c65971d366deb31d5ef716e28a8b0e580014b7
Author: Lucian Petrut <email address hidden>
Date: Thu Feb 8 17:12:46 2018 +0200

    Fix instance dir check when spawning

    When spawning instances, we're checking if the instance dir
    already exists, in which case we're logging a message, stating
    that existing instance files will be reused.

    Well, at least that's what we thought we were doing. Actually,
    we're always logging this message as the check is wrong.

    This change fixes this issue.

    Change-Id: I6cf52ae23d90e687103e8bea0b6c4f9eaba6d36c
    Closes-Bug: #1747961