← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1687850] Re: An exception error message does not show the correct instance uuid

 

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

commit a8a4ea2e455d7e981e25ed3706f66d609732c460
Author: falseuser <zhaomingjun@xxxxxxxxxxxxxxx>
Date:   Wed May 3 04:20:08 2017 +0000

    [BugFix] Change the parameter of the exception error message
    
    The AttachInterfaceNotSupported exception parameter is incorrect,
    the instance uuid can not be displayed correctly in nova logs.It
    should be same parameter as instance_uuid.
    
    Only this one place will call this exception with parameter.
    
    Change-Id: Ia6804efbef9cde774d5b13410f0f3f91b3dbe47f
    Closes-Bug: #1687850


** Changed in: nova
       Status: In Progress => Fix Released

-- 
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/1687850

Title:
  An exception error message does not show the correct instance uuid

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Description
  ===========
  The AttachInterfaceNotSupported exception Parameter is incorrect,
  It should be the instance instead instance_id.So in nova log can
  not display the correct uuid.

  Expected result
  ===============

  AttachInterfaceNotSupported: Attaching interfaces is not supported for
  instance 03b4d173-d97c-40d0-b770-fa6dfe41878b.

  Actual result
  =============

  AttachInterfaceNotSupported: Attaching interfaces is not supported for
  instance %(instance)s.

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


References