log messages typos in rebuild_instance function

Bug #1288661 reported by Chen Xiao
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Low
Chen Xiao

Bug Description

one simple log typos in compute/manager.py rebuild_instance function.
             else:
                    image_ref = orig_image_ref = instance.image_ref
                    LOG.info(_("disk not on shared storagerebuilding from:"
                               " '%s'") % str(image_ref))

should change to
                    LOG.info(_("disk not on shared storage, rebuilding from:"
                               " '%s'") % str(image_ref))

Chen Xiao (chenxiao)
summary: - log messages typos in evacuate function
+ log messages typos in rebuild_instance function
Changed in nova:
assignee: nobody → Chen Xiao (chenxiao)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/78573

Changed in nova:
status: New → In Progress
Michael Still (mikal)
Changed in nova:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/78573
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1284c4d2e471809635a070289ace0049abf38f18
Submitter: Jenkins
Branch: master

commit 1284c4d2e471809635a070289ace0049abf38f18
Author: Xiao Chen <email address hidden>
Date: Thu Mar 6 18:35:33 2014 +0800

    Fix log messages typos in rebuild_instance function

    One log message typos in rebuild_instance function.

    Change-Id: I0c86a40b6683f3a8a091134b6f37c82a4562370e
    Closes-Bug: #1288661

Changed in nova:
status: In Progress → Fix Committed
Changed in nova:
milestone: none → icehouse-rc1
Thierry Carrez (ttx)
Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: icehouse-rc1 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.