thanh_thu

glance

Aug 9th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'192.168.10.119' \
  2. IDENTIFIED BY 'Thanhthu@3012';
  3. GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'%' \
  4. IDENTIFIED BY 'Thanhthu@3012';
  5.  
  6. keystone-manage bootstrap --bootstrap-password thuntt3012 \
  7. --bootstrap-admin-url http://controller:5000/v3/ \
  8. --bootstrap-internal-url http://controller:5000/v3/ \
  9. --bootstrap-public-url http://controller:5000/v3/ \
  10. --bootstrap-region-id RegionOne
  11.  
  12. export OS_USERNAME=admin
  13. export OS_PASSWORD=thuntt3012
  14. export OS_PROJECT_NAME=admin
  15. export OS_USER_DOMAIN_NAME=Default
  16. export OS_PROJECT_DOMAIN_NAME=Default
  17. export OS_AUTH_URL=http://controller:5000/v3
  18. export OS_IDENTITY_API_VERSION=3
  19.  
  20.  
  21. GRANT ALL PRIVILEGES ON glance.* TO 'glance'@'192.168.10.119' \
  22. IDENTIFIED BY 'Thanhthu@3012';
  23. GRANT ALL PRIVILEGES ON glance.* TO 'glance'@'%' \
  24. IDENTIFIED BY 'Thanhthu@3012';
  25. FLUSH PRIVILEGES;
Add Comment
Please, Sign In to add comment