Comment 2 for bug 1544437

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

Reviewed: https://review.openstack.org/279391
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=117642393a51b76d5285706835cfa240d4ef770b
Submitter: Jenkins
Branch: master

commit 117642393a51b76d5285706835cfa240d4ef770b
Author: Dinesh Bhor <email address hidden>
Date: Thu Feb 11 02:33:54 2016 -0800

    Fix message formatting in glance-manage purge

    Info messages in glance-manage purge method shows variable names
    in the message and not the corresponding values.

    Used actual variable names instead of local() method to show
    their values.

    Change-Id: Ie8600d43a638b34a39cc58b9d1869e91eafb102b
    Closes-Bug: #1544437