Stack trace returned to end-user
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
congress |
Fix Released
|
Medium
|
Aimee Ukasick |
Bug Description
We probably don't want to expose stack traces to users--that's the point of having good error messages. But today we're getting that traceback as part of the error message output.
$ openstack congress policy row list bob p
Not Found::table 'p' doesn't exist
Traceback (most recent call last):
File "/usr/local/
res = self.dispatcher
File "/usr/local/
return self._do_
File "/usr/local/
result = func(ctxt, **new_args)
File "/opt/stack/
return self.dse.
File "/opt/stack/
raise exception.
NotFound: table 'p' doesn't exist
Changed in congress: | |
assignee: | nobody → Aimee Ukasick (aimeeu) |
Changed in congress: | |
status: | New → Confirmed |
Changed in congress: | |
status: | Confirmed → In Progress |
Changed in congress: | |
importance: | Undecided → Medium |
Changed in congress: | |
milestone: | newton-rc1 → none |
milestone: | none → newton-rc2 |
Found some others ...
$ openstack congress policy rule list bob
$ openstack congress policy row list alice 'p(x)'