Skip to content

Instantly share code, notes, and snippets.

@prometheanfire
Created May 5, 2016 22:51
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 prometheanfire/ae1f0f128408e5f030b900d38fa108c3 to your computer and use it in GitHub Desktop.
Save prometheanfire/ae1f0f128408e5f030b900d38fa108c3 to your computer and use it in GitHub Desktop.
--- Logg2016-05-05 17:48:02.254 20215 DEBUG oslo_policy._cache_handler [req-41545b28-b873-4b99-90b5-36c98e76f8a0 436901ce457c4aea9be27f45982e0a7d e88db48bc6f0406593d0fcb8b648babe - - -] Reloading cached file /etc/cinder/policy.json read_cached_file /usr/lib64/python3.4/site-packages/oslo_policy/_cache_handler.py:38
2016-05-05 17:48:02.259 20215 DEBUG oslo_policy.policy [req-41545b28-b873-4b99-90b5-36c98e76f8a0 436901ce457c4aea9be27f45982e0a7d e88db48bc6f0406593d0fcb8b648babe - - -] Reloaded policy file: /etc/cinder/policy.json _load_policy_file /usr/lib64/python3.4/site-packages/oslo_policy/policy.py:493
2016-05-05 17:48:02.754 20215 INFO cinder.api.openstack.wsgi [req-41545b28-b873-4b99-90b5-36c98e76f8a0 436901ce457c4aea9be27f45982e0a7d e88db48bc6f0406593d0fcb8b648babe - - -] GET https://example.com:8776/v2/UUID_GOES_HERE/volumes/detail
2016-05-05 17:48:02.755 20215 DEBUG cinder.api.openstack.wsgi [req-41545b28-b873-4b99-90b5-36c98e76f8a0 436901ce457c4aea9be27f45982e0a7d e88db48bc6f0406593d0fcb8b648babe - - -] Empty body provided in request get_body /usr/lib64/python3.4/site-packages/cinder/api/openstack/wsgi.py:936
2016-05-05 17:48:02.756 20215 DEBUG cinder.api.openstack.wsgi [req-41545b28-b873-4b99-90b5-36c98e76f8a0 436901ce457c4aea9be27f45982e0a7d e88db48bc6f0406593d0fcb8b648babe - - -] Calling method '<bound method VolumeController.detail of <cinder.api.v2.volumes.VolumeController object at 0x7f9773a7f208>>' _process_stack /usr/lib64/python3.4/site-packages/cinder/api/openstack/wsgi.py:1092
2016-05-05 17:48:02.757 20215 DEBUG cinder.utils [req-41545b28-b873-4b99-90b5-36c98e76f8a0 436901ce457c4aea9be27f45982e0a7d e88db48bc6f0406593d0fcb8b648babe - - -] Removing options '' from query. remove_invalid_filter_options /usr/lib64/python3.4/site-packages/cinder/utils.py:759
2016-05-05 17:48:02.759 20215 DEBUG cinder.volume.api [req-41545b28-b873-4b99-90b5-36c98e76f8a0 436901ce457c4aea9be27f45982e0a7d e88db48bc6f0406593d0fcb8b648babe - - -] Searching by: MultiDict([('no_migration_targets', True)]). get_all /usr/lib64/python3.4/site-packages/cinder/volume/api.py:504
2016-05-05 17:48:02.871 20215 INFO cinder.volume.api [req-41545b28-b873-4b99-90b5-36c98e76f8a0 436901ce457c4aea9be27f45982e0a7d e88db48bc6f0406593d0fcb8b648babe - - -] Get all volumes completed successfully.
2016-05-05 17:48:02.911 20215 INFO cinder.api.openstack.wsgi [req-41545b28-b873-4b99-90b5-36c98e76f8a0 436901ce457c4aea9be27f45982e0a7d e88db48bc6f0406593d0fcb8b648babe - - -] https://example.com:8776/v2/UUID_GOES_HERE/volumes/detail returned with HTTP 200
2016-05-05 17:48:02.914 20215 CRITICAL cinder [req-41545b28-b873-4b99-90b5-36c98e76f8a0 436901ce457c4aea9be27f45982e0a7d e88db48bc6f0406593d0fcb8b648babe - - -] TypeError: http header value must be a string
2016-05-05 17:48:02.914 20215 ERROR cinder Traceback (most recent call last):
2016-05-05 17:48:02.914 20215 ERROR cinder File "/usr/lib64/python3.4/site-packages/paste/urlmap.py", line 216, in __call__
2016-05-05 17:48:02.914 20215 ERROR cinder return app(environ, start_response)
2016-05-05 17:48:02.914 20215 ERROR cinder File "/usr/lib64/python3.4/site-packages/webob/dec.py", line 144, in __call__
2016-05-05 17:48:02.914 20215 ERROR cinder return resp(environ, start_response)
2016-05-05 17:48:02.914 20215 ERROR cinder File "/usr/lib64/python3.4/site-packages/webob/response.py", line 1040, in __call__
2016-05-05 17:48:02.914 20215 ERROR cinder start_response(self.status, headerlist)
2016-05-05 17:48:02.914 20215 ERROR cinder TypeError: http header value must be a string
2016-05-05 17:48:02.914 20215 ERROR cinder
[pid: 20215|app: 0|req: 1/1] 10.0.3.2 () {40 vars in 742 bytes} [Thu May 5 17:48:00 2016] GET /v2/UUID_GOES_HERE/volumes/detail => generated 0 bytes in 2153 msecs (HTTP/1.1 200) 1 headers in 51 bytes (0 switches on core 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment