← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1288661] [NEW] log messages typos in rebuild_instance function

 

Public bug reported:

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))

** Affects: nova
     Importance: Undecided
     Assignee: Chen Xiao (chenxiao)
         Status: In Progress

** Summary changed:

- log messages typos in evacuate function
+ log messages typos in rebuild_instance function

** Changed in: nova
     Assignee: (unassigned) => Chen Xiao (chenxiao)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1288661

Title:
  log messages typos in rebuild_instance function

Status in OpenStack Compute (Nova):
  In Progress

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))

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1288661/+subscriptions


Follow ups

References