Guest User

Untitled

a guest
Feb 23rd, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. ################################################################################
  2. ENTER A PASSWORD TO USE FOR THE DATABASE.
  3. ################################################################################
  4. This value will be written to /home/surabhi/openstack/devstack/.localrc.password file so you don't have to enter it
  5. again. Use only alphanumeric characters.
  6. If you leave this blank, a random default value will be used.
  7. Enter a password now:
  8. junglebook
  9. ./stack.sh: line 623: /home/surabhi/openstack/devstack/.localrc.password: Permission denied
  10. ++ /home/surabhi/openstack/devstack/lib/database:initialize_database_backends:L104: get_database_type_mysql
  11. ++ /home/surabhi/openstack/devstack/lib/databases/mysql:get_database_type_mysql:L28: [[ PyMySQL == \P\y\M\y\S\Q\L ]]
  12. ++ /home/surabhi/openstack/devstack/lib/databases/mysql:get_database_type_mysql:L29: echo mysql+pymysql
  13. + /home/surabhi/openstack/devstack/lib/database:initialize_database_backends:L104: BASE_SQL_CONN=mysql+pymysql://root:junglebook@127.0.0.1
  14. + /home/surabhi/openstack/devstack/lib/database:initialize_database_backends:L106: return 0
  15. + ./stack.sh:main:L642: echo 'Using mysql database backend'
  16. Using mysql database backend
  17. + ./stack.sh:main:L651: RABBIT_USERID=stackrabbit
  18. + ./stack.sh:main:L652: is_service_enabled rabbit
  19. + /home/surabhi/openstack/devstack/functions-common:is_service_enabled:L1996: local xtrace
  20. ++ /home/surabhi/openstack/devstack/functions-common:is_service_enabled:L1997: set +o
  21. ++ /home/surabhi/openstack/devstack/functions-common:is_service_enabled:L1997: grep xtrace
  22. + /home/surabhi/openstack/devstack/functions-common:is_service_enabled:L1997: xtrace='set -o xtrace'
  23. + /home/surabhi/openstack/devstack/functions-common:is_service_enabled:L1998: set +o xtrace
  24. + /home/surabhi/openstack/devstack/functions-common:is_service_enabled:L2026: return 0
  25. + ./stack.sh:main:L653: RABBIT_HOST=10.16.21.5
  26. + ./stack.sh:main:L654: read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.'
  27. + ./stack.sh:read_password:L581: local xtrace
  28. ++ ./stack.sh:read_password:L582: set +o
  29. ++ ./stack.sh:read_password:L582: grep xtrace
  30. + ./stack.sh:read_password:L582: xtrace='set -o xtrace'
  31. + ./stack.sh:read_password:L583: set +o xtrace
  32.  
  33. ################################################################################
  34. ENTER A PASSWORD TO USE FOR RABBIT.
  35. ################################################################################
  36. This value will be written to /home/surabhi/openstack/devstack/.localrc.password file so you don't have to enter it
  37. again. Use only alphanumeric characters.
  38. If you leave this blank, a random default value will be used.
  39. Enter a password now:
  40. junglebook
  41. ./stack.sh: line 623: /home/surabhi/openstack/devstack/.localrc.password: Permission denied
  42. Error on exit
  43. ./stack.sh: line 488: generate-subunit: command not found
Add Comment
Please, Sign In to add comment