← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: nova
     Importance: Undecided
     Assignee: 赵明俊 (falseuser)
         Status: New

** Summary changed:

- A exception error message does not show the correct instance uuid
+ An exception error message does not show the correct instance uuid

** Changed in: nova
     Assignee: (unassigned) => 赵明俊 (falseuser)

** Description changed:

  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.

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

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


Follow ups