Comment 4 for bug 1790126

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/rocky)

Reviewed: https://review.openstack.org/601285
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1a22c456b4c1ccd41ffa1bae5a37ba88652b2081
Submitter: Zuul
Branch: stable/rocky

commit 1a22c456b4c1ccd41ffa1bae5a37ba88652b2081
Author: Radoslav Gerganov <email address hidden>
Date: Fri Aug 31 13:53:19 2018 +0300

    Do not dump all instances in the scheduler

    There is a log message in the scheduler which dumps all instances
    running on a compute host. There are at least 2 problems with this:
    1. it generates huge amount of logs which are not really useful
    2. it crashes when there is an instance with non-ascii name

    Instead of fixing 2), just print instance UUIDs.

    Closes-Bug: #1790126
    Related-Bug: #1620692
    Change-Id: I0eda1c58a7eb54121230c880818b4b1d0fdf4893
    (cherry picked from commit 4fd7c93726eff4cc0b010741ea1772cf19c314fc)