ceilometerclient doesn't catch NotFound exceptions in the shell code
Bug #1451833 reported by
Juan Antonio Osorio Robles
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-ceilometerclient |
Fix Released
|
Low
|
Juan Antonio Osorio Robles |
Bug Description
This applies for all the code in the v2/shell
commands that rely on issuing a command that will require the usage of _list (such as get) do not recognize the NotFound exception that is being thrown when a certain entity is not found. This is because they except to catch the HTTPNotFound exception from the exc module, and instead what's being thrown is the NotFound exception that comes from the openstack.
Changed in python-ceilometerclient: | |
assignee: | nobody → Juan Antonio Osorio Robles (juan-osorio-robles) |
Changed in python-ceilometerclient: | |
importance: | Undecided → Low |
Changed in python-ceilometerclient: | |
milestone: | none → 1.3.0 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/180148
Review: https:/