Comment 2 for bug 1584652

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

Reviewed: https://review.openstack.org/319777
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=277a749ca0887819048ae1892b0dfa543bf30d30
Submitter: Jenkins
Branch: master

commit 277a749ca0887819048ae1892b0dfa543bf30d30
Author: Vincent Françoise <email address hidden>
Date: Mon May 23 10:44:01 2016 +0200

    Fix lazy translation issue with watcher-db-manage

    In this changeset, I fix the issue caused by the use of lazy
    translations within the 'watcher-db-manage purge' subcommand.
    This is caused by the PrettyTable dependency which performs
    addition operations to format its tables and the __add__ magic
    method is not supported by oslo_i18n._message.Message objects.

    Change-Id: Idd590e882c697957cfaf1849c3d51b52797230f6
    Closes-Bug: #1584652