Advertisement
Guest User

OS-username

a guest
Nov 25th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. This is my horizon admin and password that i used to open web interface
  2.  
  3. [root@rdo ~]# cinder --os-username admin --os-password root@123 --os-auth-url=http://192.168.1.49:5000/v2.0 list
  4. ERROR: Unauthorized (HTTP 401)
  5. [root@rdo ~]#
  6.  
  7.  
  8. This is cinder mysql db user name and password ,
  9.  
  10. [root@rdo ~]#
  11. [root@rdo ~]# cinder --os-username cinder --os-password root --os-auth-url=http://192.168.1.49:5000/v2.0 list
  12. ERROR: Invalid OpenStack Cinder credentials.
  13. [root@rdo ~]#
  14.  
  15. [root@rdo ~]#
  16. [root@rdo ~]# mysql -u cinder -p
  17. Enter password:
  18. Welcome to the MySQL monitor. Commands end with ; or \g.
  19. Your MySQL connection id is 2293
  20. Server version: 5.1.69 Source distribution
  21.  
  22. Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
  23.  
  24. Oracle is a registered trademark of Oracle Corporation and/or its
  25. affiliates. Other names may be trademarks of their respective
  26. owners.
  27.  
  28. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  29.  
  30. mysql>
  31. mysql>
  32.  
  33. Please dont think on credentials these are correct , if you open horizon or mysql db these works well.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement