[Bug 1675394] Re: Unhelpful error message when neutron server is unavailable

Dean Troyer 1675394 at bugs.launchpad.net
Fri Apr 28 21:33:57 UTC 2017


Is this still a problem?  Also, knowing which version of openstacksdk is
installed may be helpful as all of the network commands use it rather
than neutronclient.

I currently see this in the current master OSC which will soon be
released as 3.10.0 on a nova-net cloud:

  dtroyer at brewster:~/src/openstack/python-openstackclient $ os extension list --network
  public endpoint for network service in RegionOne region not found


** Changed in: python-openstackclient
       Status: New => Confirmed

** Changed in: python-openstackclient
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-openstackclient in Ubuntu.
https://bugs.launchpad.net/bugs/1675394

Title:
  Unhelpful error message when neutron server is unavailable

Status in python-openstackclient:
  Incomplete
Status in python-openstackclient package in Ubuntu:
  New

Bug description:
  When the neutron API is unavailable, I'm getting this error message
  which is not really helpful:

  $ openstack extension list --network
  'unicode' object has no attribute 'get'

  The neutron CLI is showing the real error:

  $ neutron ext-list
  neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
  The server is currently unavailable. Please try again at a later time.<br /><br />

  $

  Running with --debug verifies that OSC is getting the same response,
  just doesn't handle it well, see attached output.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-openstackclient/+bug/1675394/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list