1. root@test1:/var/log# mysql -hmysql-ha -uroot -p07e4bad58362aa5e108933eac5a7aea8 -e"SELECT User, Host, Password FROM mysql.user;"
  2. +----------+-----------------------+-------------------------------------------+
  3. | User | Host | Password |
  4. +----------+-----------------------+-------------------------------------------+
  5. | root | localhost | *B1AB8CAA6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  6. | root | 127.0.0.1 | *B1AB8CAA6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  7. | root | ::1 | *B1AB8CAA6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  8. | keystone | 10.21.0.0/255.255.0.0 | *7356DC1E9xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  9. | root | 10.21.0.0/255.255.0.0 | *B1AB8CAA6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  10. | keystone | localhost | *7356DC1E9xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  11. | glance | 10.21.0.0/255.255.0.0 | *B830BA5AFxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  12. | glance | localhost | *B830BA5AFxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  13. | nova | 10.21.0.0/255.255.0.0 | *6D539E9BFxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  14. | quantum | 10.21.0.0/255.255.0.0 | *1E9BC475Dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  15. | quantum | localhost | *1E9BC475Dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  16. | nova | % | *6D539E9BFxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  17. | nova | localhost | *6D539E9BFxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  18. | nova | test1 | *6D539E9BFxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
  19. +----------+-----------------------+-------------------------------------------+