摘要:
1.Use the database access client to connect to the database server as the root user:$ mysql -u root -p2.Create the glance database:CREATE DATABASE gla... 阅读全文
摘要:
1. 配置数据库 数据库安装在控制节(controller)点上$ mysql -u root -p2.创建 glance 数据库CREATE DATABASE nova;GRANT ALL PRIVILEGES ON nova.* TO 'nova'@'localhost' IDENTIFIED ... 阅读全文
摘要:
以管理员的身份来请求鉴权的标识keystone --os-tenant-name admin --os-username admin --os-password 123456 --os-auth-url http://controller:35357/v2.0 token-get 查询所有的租户k... 阅读全文