OpenStack双节点—M Manila(共享文件系统服务)
发布时间
阅读量:
阅读量
Manila安装指南
-
- 一、数据库参数设置
- 二、生成服务访问密钥及API接口
- 三、部署并调节Heat组件
- 四、运行服务进程并配置系统启动项
- 一、数据库参数设置
一、数据库配置与优化
# mysql -uroot -p123456
MariaDB [(none)]> create database manila;
MariaDB [(none)]> grant all privileges on manila.* to 'manila'@'localhost' identified by '123456';
MariaDB [(none)]> grant all privileges on manila.* to 'manila'@'%' identified by '123456';
MariaDB [(none)]> exit
二、创建服务凭证和API端点
# . /root/admin-openrc
# openstack user create --domain default --password-prompt manila
Us
全部评论 (0)
还没有任何评论哟~
