nova/nova/keymgr
Matt Riedemann c75a15a489 Rename NotAuthorized exception to Forbidden
The NotAuthorized NovaException has an internal code of 403 which is
actually Forbidden, so rename it appropriately.

This patch doesn't change the external behavior, the status code in
responses will still be 403 but the exception is just named properly.

This is also necessary to create an actual Unauthorized NovaException
with code 401 for use in some Neutron API bug fixes for more granular
error handling from python-neutronclient.

Related-Bug: #1298075

Change-Id: I691fac2e2c797f47c04da7965d7b1c8685c74edb
2014-04-25 12:37:07 -07:00
..
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
conf_key_mgr.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
key.py Enable flake8 H404 checking 2014-02-27 11:15:55 +04:00
key_mgr.py Remove vi modelines 2014-02-03 14:19:44 +00:00
mock_key_mgr.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00
not_implemented_key_mgr.py Remove vi modelines 2014-02-03 14:19:44 +00:00
single_key_mgr.py Rename NotAuthorized exception to Forbidden 2014-04-25 12:37:07 -07:00