503 Service Unavailable: The server is currently unavailable. Please try again at a later time. (HTTP 503)
503服务不可用:服务器当前不可用。请稍后再试。(HTTP 503)
[root@controller ~]# openstack image create "cirros" \
> --file cirros-0.3.4-x86_64-disk.img \
> --disk-format qcow2 --container-format bare \
> --public
503 Service Unavailable: The server is currently unavailable. Please try again at a later time. (HTTP 503)
出现这个错误查看配置文件glance.api与glance.registry中[keystone_authtoken]密码设置是否有误
[keystone_authtoken]
auth_uri = http://controller:5000
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = glance
password = 12345
在尝试使用OpenStack Glance服务创建镜像时遇到HTTP503错误,服务器返回'服务不可用'的响应。问题可能涉及服务器负载或服务配置。建议检查Glance服务的状态和相关依赖,确保所有组件正常运行。
8296

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



