Comment 2 for bug 1408069

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

Reviewed: https://review.openstack.org/145309
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=acc00e30236ec190df478fcf3f31647b4aaec489
Submitter: Jenkins
Branch: master

commit acc00e30236ec190df478fcf3f31647b4aaec489
Author: vponomaryov <email address hidden>
Date: Tue Jan 6 21:16:20 2015 +0200

    Fix TypeError in tempest retry functionality

    When we get error with share creation and retry is enabled log message
    is combined. But formatting was with mistake. It expected named/mapped
    formating but got positioned formatting.

    Change-Id: If80a31beca54ac4193b7b72b8c49c928b18d356f
    Closes-Bug: #1408069