使用openstack命令创建Keystone服务时,出现“ProxyError”问题,提示“Caused by ProxyError(‘Cannot connect to proxy.’,error(104,’Connection reset by peer’))”。
由于配置了Proxy代理,但是openstack命令使用的是http的方式传递,与配置的代理有冲突。所以在执行openstack命令时,必须先关闭代理。
关闭proxy代理。
unset ftp_proxy http_proxy https_proxy