坦白说,我是个菜鸟。
我正在按照安装说明@https://ubuntu.com/openstack/install。
多节点 OpenStack 部署,安装控制节点后,尝试添加计算节点时出现以下错误:
ssl.SSLCertVerificationError: ("hostname 'localhost' isn't match either of 'black', '192.168.1.21'",)
该证书似乎合法;
openssl x509 -text -noout -in /var/snap/microstack/common/etc/ssl/certs/cert.pem
X509v3 extensions:
X509v3 Basic Constraints:
CA:TRUE, pathlen:0
X509v3 Subject Alternative Name:
DNS:black, IP Address:192.168.1.21
我找不到关于此错误的任何文档或参考资料(Google)。
有什么建议吗?
谢谢!
答案1
不用担心。我只需正确设置 hosts 文件以包含我的 IP 地址和主机名。好了!
希望这有一天能帮助其他新手。