本文转载自:http://910216.com/archives/volume-limit-error.html
openstack版本:Liberty
OS版本:Redhat 7.2
修改方法如下:
在文件/etc/cinder/cinder.conf中追加以下内容
- auth_uri = http://[keystone IP]:5000
- auth_url = http://[keystone IP]:35357
- auth_plugin = password
- project_domain_id = default
- user_domain_id = default
- project_name = services
- username = cinder
- password = [cinder's password]
本文介绍了解决OpenStack Liberty版本下Cinder配置错误的方法。具体步骤是在Redhat7.2系统的cinder.conf文件中添加特定配置项,包括keystone的IP地址、认证URL等。
389

被折叠的 条评论
为什么被折叠?



