摘要:
1. mysql 创建数据库和用户 create database glance; grant all privileges on glance.* to 'glance'@'localhost' identified by 'mhc.123'; grant all privileges on gl 阅读全文
摘要:
https://github.com/openstack/keystone 最新版为rocky 1. 进入mysql create database keystone; grant all privileges on keystone.* to 'keystone'@'localhost' iden 阅读全文