openstack 异常处理
1, keystone 验证失败,例如:Authorization failed. The request you have made requires authentication. from 172.16.15.201 解决办法: keystone user-password-update --pass cinder cinder 2, 编辑/etc/cinder/api-paste.ini admin_tenant_name=services auth_host=172.16.15.201 service_port=5000 auth_port=35357 service_host=172.16.15.201 service_protocol=http admin_user=cinder auth_protocol=http admin_password=cinder#替换这一行 本文转自 swq499809608 51CTO博客,原文链接:http://blog.51cto....