Comment 32 for bug 1494574

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

Reviewed: https://review.openstack.org/222862
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=0967238ad47cabccd1ecc2a4ef341120f410302f
Submitter: Jenkins
Branch: master

commit 0967238ad47cabccd1ecc2a4ef341120f410302f
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Sat Sep 12 15:50:58 2015 +0300

    Fix string formatting issues

    if keyworded substitution is used, the formatter must be a dict
    (even for single element).

    Add a missing unit test for a code branch where a formatting
    error was found.

    Also, fix a tiny error message typo (missing space).

    Change-Id: Ib1649511b2613bc1a8ba52398543be0fdfefb8db
    Closes-Bug: #1494574