← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1349680] Re: nova v3 api raise a exceptions.NotImplementedError instead of error message

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => juno-3

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

Title:
  nova v3 api raise a  exceptions.NotImplementedError instead of error
  message

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  nova v3 diagnostics api returns a NotImplementedError , but it is not
  caught by api.

  [tagett@stack-01 devstack]$ nova --os-compute-api-version 3  diagnostics f1
  ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
  <type 'exceptions.NotImplementedError'> (HTTP 500)

  libvirt driver doesn't implement get_instance_diagnostics, it raise an NotImplementedError ,but v3 api doesn't handle it .
  it returns http 500, but should be 501

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


References