← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1467982] Re: Profiler raises an error when it is enabled

 

** Changed in: glance
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1467982

Title:
  Profiler raises an error when it is enabled

Status in Glance:
  Fix Released
Status in Glance kilo series:
  Fix Committed
Status in Glance liberty series:
  Fix Released

Bug description:
  Description:

  When OSProfiler is enabled in Glance API and Registry, they raise the
  following exception:

  CRITICAL glance [-] AttributeError: 'module' object has no attribute 'messaging'
  TRACE glance Traceback (most recent call last):
  TRACE glance   File "/usr/bin/glance-api", line 10, in <module>
  TRACE glance     sys.exit(main())
  TRACE glance   File "/usr/lib/python2.7/site-packages/glance/cmd/api.py", line 80, in main
  TRACE glance     notifier.messaging, {},
  TRACE glance AttributeError: 'module' object has no attribute 'messaging'
  TRACE glance

  
  Steps to reproduce:
  1. Enable profiler in glance-api.conf and glance-registry.conf

  [profiler]
  enabled = True

  2. Restart API and Registry Services

  
  Expected Behavior:
  Start services with profiler enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1467982/+subscriptions


References