Advertisement
Guest User

Untitled

a guest
Oct 4th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. 2016-10-04 14:26:05.176 | Traceback (most recent call last):
  2. 2016-10-04 14:26:05.176 | File "/usr/local/bin/cinder-manage", line 6, in <module>
  3. 2016-10-04 14:26:05.177 | from cinder.cmd.manage import main
  4. 2016-10-04 14:26:05.177 | File "/opt/stack/cinder/cinder/cmd/manage.py", line 77, in <module>
  5. 2016-10-04 14:26:05.177 | from cinder import db
  6. 2016-10-04 14:26:05.177 | File "/opt/stack/cinder/cinder/db/__init__.py", line 20, in <module>
  7. 2016-10-04 14:26:05.177 | from cinder.db.api import * # noqa
  8. 2016-10-04 14:26:05.178 | File "/opt/stack/cinder/cinder/db/api.py", line 43, in <module>
  9. 2016-10-04 14:26:05.178 | from cinder.api import common
  10. 2016-10-04 14:26:05.178 | File "/opt/stack/cinder/cinder/api/common.py", line 30, in <module>
  11. 2016-10-04 14:26:05.178 | from cinder import utils
  12. 2016-10-04 14:26:05.179 | File "/opt/stack/cinder/cinder/utils.py", line 40, in <module>
  13. 2016-10-04 14:26:05.179 | from os_brick import encryptors
  14. 2016-10-04 14:26:05.179 | ImportError: cannot import name encryptors
  15. 2016-10-04 14:26:05.219 | + /home/vagrant/devstack/lib/cinder:init_cinder:L1: exit_trap
  16. 2016-10-04 14:26:05.220 | + ./stack.sh:exit_trap:L474: local r=1
  17. 2016-10-04 14:26:05.220 | ++ ./stack.sh:exit_trap:L475: jobs -p
  18. 2016-10-04 14:26:05.221 | + ./stack.sh:exit_trap:L475: jobs=
  19. 2016-10-04 14:26:05.222 | + ./stack.sh:exit_trap:L478: [[ -n '' ]]
  20. 2016-10-04 14:26:05.222 | + ./stack.sh:exit_trap:L484: kill_spinner
  21. 2016-10-04 14:26:05.222 | + ./stack.sh:kill_spinner:L370: '[' '!' -z '' ']'
  22. 2016-10-04 14:26:05.222 | + ./stack.sh:exit_trap:L486: [[ 1 -ne 0 ]]
  23. 2016-10-04 14:26:05.222 | + ./stack.sh:exit_trap:L487: echo 'Error on exit'
  24. 2016-10-04 14:26:05.222 | Error on exit
  25. 2016-10-04 14:26:05.222 | + ./stack.sh:exit_trap:L488: generate-subunit 1475590750 415 fail
  26. 2016-10-04 14:26:05.578 | + ./stack.sh:exit_trap:L489: [[ -z /opt/stack/logs ]]
  27. 2016-10-04 14:26:05.578 | + ./stack.sh:exit_trap:L492: /home/vagrant/devstack/tools/worlddump.py -d /opt/stack/logs
  28. 2016-10-04 14:26:05.707 | ovs-ofctl: br-int is not a bridge or a socket
  29. 2016-10-04 14:26:05.718 | ovs-ofctl: br-tun is not a bridge or a socket
  30. 2016-10-04 14:26:05.728 | ovs-ofctl: br-ex is not a bridge or a socket
  31. 2016-10-04 14:26:05.737 | ovs-ofctl: br-int is not a bridge or a socket
  32. 2016-10-04 14:26:05.746 | ovs-ofctl: br-tun is not a bridge or a socket
  33. 2016-10-04 14:26:05.755 | ovs-ofctl: br-ex is not a bridge or a socket
  34. 2016-10-04 14:26:05.902 | + ./stack.sh:exit_trap:L498: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement