[Bug 1704138] Re: Client queries event types on wrong url

Martin Kulhavy 1704138 at bugs.launchpad.net
Fri Jul 14 06:27:31 UTC 2017


Fixed by https://review.openstack.org/#/c/483402/

** Changed in: python-ceilometerclient (Ubuntu)
       Status: New => Fix Released

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

Title:
  Client queries event types on wrong url

Status in python-ceilometerclient package in Ubuntu:
  Fix Released

Bug description:
  When communicating with the Ceilometer service API and querying the
  event types, an error is reported:

      HTTPBadRequest (HTTP 400) {u'error_message': {u'debuginfo': None,
  u'faultcode': u'Client', u'faultstring': u'Missing argument:
  "event_type"'}}

  This is due to the trailing slash in the URL in
  /ceilometerclient/v2/event_types.py:30:

      /v2/event_types/

  The service expects an ID after the slash to show the event type - for
  proper listing, URL without the trailing slash works ok.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-ceilometerclient/+bug/1704138/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list