yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10841
[Bug 1279979] Re: Neutron logged out TypeError
** Changed in: horizon
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1279979
Title:
Neutron logged out TypeError
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
If a users's token is not valid, the neutron client will raise a
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
This TypeError should really be an
neutronclient.common.exceptions.Unauthorized instead.
The TypeError is a result of a neutron_client.Client having it's auth_url set to None; which, unfortunately, is the default.
This can be recreated by logging in, and opening up a 2nd tab/window.
Logout in one window. In the other window, go to a page that requires
a neutron-api call (the networking page comes to mind).
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1279979/+subscriptions
References