Guest User

Untitled

a guest
Feb 23rd, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ################################################################################
  2. ENTER A PASSWORD TO USE FOR THE DATABASE.
  3. ################################################################################
  4. This value will be written to your localrc 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.  
  9. ./stack.sh: line 592: /home/surabhi/openstack/devstack/.localrc.auto: Permission denied
  10. ++ get_database_type_mysql
  11. ++ [[ PyMySQL == \P\y\M\y\S\Q\L ]]
  12. ++ echo mysql+pymysql
  13. + BASE_SQL_CONN=mysql+pymysql://root:c95d68d029ba59ecbe06@127.0.0.1
  14. + return 0
  15. + echo 'Using mysql database backend'
  16. Using mysql database backend
  17. + RABBIT_USERID=stackrabbit
  18. + is_service_enabled rabbit
  19. ++ set +o
  20. ++ grep xtrace
  21. + local 'xtrace=set -o xtrace'
  22. + set +o xtrace
  23. + return 0
  24. + RABBIT_HOST=10.16.21.5
  25. + read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.'
  26. ++ grep xtrace
  27. ++ set +o
  28. + XTRACE='set -o xtrace'
  29. + set +o xtrace
  30.  
  31. ################################################################################
  32. ENTER A PASSWORD TO USE FOR RABBIT.
  33. ################################################################################
  34. This value will be written to your localrc file so you don't have to enter it
  35. again. Use only alphanumeric characters.
  36. If you leave this blank, a random default value will be used.
  37. Enter a password now:
  38.  
  39. ./stack.sh: line 592: /home/surabhi/openstack/devstack/.localrc.auto: Permission denied
  40. Error on exit
  41. ./stack.sh: line 462: generate-subunit: command not found
  42. stack@surabhi-Inspiron-5520:/home/surabhi/openstack/devstack$
Add Comment
Please, Sign In to add comment