zhouer 发表于 2018-6-2 11:46:53

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 #替换这一行
  
页: [1]
查看完整版本: openstack 异常处理