Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. 2016-07-30 14:38:09.213 | +lib/keystone:init_keystone:498 is_service_enabled ldap
  2. 2016-07-30 14:38:09.252 | +functions-common:is_service_enabled:2078 return 1
  3. 2016-07-30 14:38:09.258 | +lib/keystone:init_keystone:503 recreate_database keystone
  4. 2016-07-30 14:38:09.264 | +lib/database:recreate_database:112 local db=keystone
  5. 2016-07-30 14:38:09.269 | +lib/database:recreate_database:113 recreate_database_mysql keystone
  6. 2016-07-30 14:38:09.279 | +lib/databases/mysql:recreate_database_mysql:56 local db=keystone
  7. 2016-07-30 14:38:09.285 | +lib/databases/mysql:recreate_database_mysql:57 mysql -uroot -ppassword -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;'
  8. 2016-07-30 14:38:09.354 | +lib/databases/mysql:recreate_database_mysql:58 mysql -uroot -ppassword -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;'
  9. 2016-07-30 14:38:09.368 | +lib/keystone:init_keystone:506 /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync
  10. 2016-07-30 14:38:10.952 | Traceback (most recent call last):
  11. 2016-07-30 14:38:10.952 | File "/usr/local/bin/keystone-manage", line 6, in <module>
  12. 2016-07-30 14:38:10.952 | from keystone.cmd.manage import main
  13. 2016-07-30 14:38:10.952 | File "/opt/stack/keystone/keystone/cmd/manage.py", line 32, in <module>
  14. 2016-07-30 14:38:10.965 | from keystone.cmd import cli
  15. 2016-07-30 14:38:10.965 | File "/opt/stack/keystone/keystone/cmd/cli.py", line 28, in <module>
  16. 2016-07-30 14:38:10.976 | from keystone.common import driver_hints
  17. 2016-07-30 14:38:10.976 | File "/opt/stack/keystone/keystone/common/driver_hints.py", line 18, in <module>
  18. 2016-07-30 14:38:10.976 | from keystone import exception
  19. 2016-07-30 14:38:10.976 | File "/opt/stack/keystone/keystone/exception.py", line 19, in <module>
  20. 2016-07-30 14:38:10.987 | import keystone.conf
  21. 2016-07-30 14:38:10.987 | File "/opt/stack/keystone/keystone/conf/__init__.py", line 20, in <module>
  22. 2016-07-30 14:38:10.994 | from osprofiler import opts as profiler
  23. 2016-07-30 14:38:10.994 | ImportError: cannot import name opts
  24. 2016-07-30 14:38:11.043 | +lib/keystone:init_keystone:1 exit_trap
  25. 2016-07-30 14:38:11.050 | +./stack.sh:exit_trap:480 local r=1
  26. 2016-07-30 14:38:11.058 | ++./stack.sh:exit_trap:481 jobs -p
  27. 2016-07-30 14:38:11.069 | +./stack.sh:exit_trap:481 jobs=
  28. 2016-07-30 14:38:11.079 | +./stack.sh:exit_trap:484 [[ -n '' ]]
  29. 2016-07-30 14:38:11.086 | +./stack.sh:exit_trap:490 kill_spinner
  30. 2016-07-30 14:38:11.094 | +./stack.sh:kill_spinner:376 '[' '!' -z '' ']'
  31. 2016-07-30 14:38:11.107 | +./stack.sh:exit_trap:492 [[ 1 -ne 0 ]]
  32. 2016-07-30 14:38:11.114 | +./stack.sh:exit_trap:493 echo 'Error on exit'
  33. 2016-07-30 14:38:11.114 | Error on exit
  34. 2016-07-30 14:38:11.122 | +./stack.sh:exit_trap:494 generate-subunit 1469889238 253 fail
  35. 2016-07-30 14:38:11.123 | ./stack.sh: line 494: generate-subunit: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement