Skip to content

Instantly share code, notes, and snippets.

@ttwthomas
Created October 28, 2014 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttwthomas/e30b254cc700268f997d to your computer and use it in GitHub Desktop.
Save ttwthomas/e30b254cc700268f997d to your computer and use it in GitHub Desktop.
2014-10-28 15:24:29.233 13195 TRACE glance File "/usr/local/lib/python2.7/dist-packages/osprofiler/_notifiers/messaging.py", line 33, in __init__
2014-10-28 15:24:29.233 13195 TRACE glance topic="profiler", retry=0)
2014-10-28 15:24:29.233 13195 TRACE glance TypeError: __init__() got an unexpected keyword argument 'retry'
2014-10-28 15:24:29.233 13195 TRACE glance
2014-10-28 15:24:29.606 13207 CRITICAL glance [-] TypeError: __init__() got an unexpected keyword argument 'retry'
2014-10-28 15:24:29.606 13207 TRACE glance Traceback (most recent call last):
2014-10-28 15:24:29.606 13207 TRACE glance File "/usr/bin/glance-api", line 10, in <module>
2014-10-28 15:24:29.606 13207 TRACE glance sys.exit(main())
2014-10-28 15:24:29.606 13207 TRACE glance File "/usr/local/lib/python2.7/dist-packages/glance/cmd/api.py", line 77, in main
2014-10-28 15:24:29.606 13207 TRACE glance cfg.CONF.bind_host)
2014-10-28 15:24:29.606 13207 TRACE glance File "/usr/local/lib/python2.7/dist-packages/osprofiler/notifier.py", line 60, in create
2014-10-28 15:24:29.606 13207 TRACE glance return base.Notifier.factory(plugin_name, *args, **kwargs)
2014-10-28 15:24:29.606 13207 TRACE glance File "/usr/local/lib/python2.7/dist-packages/osprofiler/_notifiers/base.py", line 47, in factory
2014-10-28 15:24:29.606 13207 TRACE glance return driver(*args, **kwargs).notify
2014-10-28 15:24:29.606 13207 TRACE glance File "/usr/local/lib/python2.7/dist-packages/osprofiler/_notifiers/messaging.py", line 33, in __init__
2014-10-28 15:24:29.606 13207 TRACE glance topic="profiler", retry=0)
2014-10-28 15:24:29.606 13207 TRACE glance TypeError: __init__() got an unexpected keyword argument 'retry'
2014-10-28 15:24:29.606 13207 TRACE glance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment