Advertisement
Guest User

Untitled

a guest
Jul 7th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. [root@allinone ~(keystone_admin)]# cloudkitty-processor --config-file /etc/cloudkitty/cloudkitty.conf
  2. Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
  3. 2017-07-07 12:26:16.190 8200 CRITICAL cloudkitty [-] AttributeError: 'module' object has no attribute 'DefaultRPCAccessPolicy'
  4. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty Traceback (most recent call last):
  5. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty File "/usr/bin/cloudkitty-processor", line 10, in <module>
  6. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty sys.exit(main())
  7. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty File "/usr/lib/python2.7/site-packages/cloudkitty/cli/processor.py", line 24, in main
  8. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty processor = orchestrator.Orchestrator()
  9. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty File "/usr/lib/python2.7/site-packages/cloudkitty/orchestrator.py", line 227, in __init__
  10. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty self._init_messaging()
  11. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty File "/usr/lib/python2.7/site-packages/cloudkitty/orchestrator.py", line 253, in _init_messaging
  12. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty self.server = messaging.get_server(target, endpoints)
  13. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty File "/usr/lib/python2.7/site-packages/cloudkitty/messaging.py", line 64, in get_server
  14. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty access_policy = dispatcher.DefaultRPCAccessPolicy
  15. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty AttributeError: 'module' object has no attribute 'DefaultRPCAccessPolicy'
  16. 2017-07-07 12:26:16.190 8200 ERROR cloudkitty
  17. [root@allinone ~(keystone_admin)]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement