根据 Ubuntu WIKI - 单一安装
For Proxy Issues:
If you are behind a firewall that requires use of an http/s proxy, be sure
you set that up in your install command line.
以下部署的 openstack 安装命令行和代理是什么...谢谢
1. Autopilot - The Canonical Distribution - Enterprise Openstack Install and Management
2. Multi - OPenstack installation utilizing MAAS
3. Single - Fully containerized Openstack installation on a single Machine
答案1
一般来说,代理在命令行上设置如下,指定代理名称和端口
导出 http_proxy=http://myproxy.mynet.net:80 导出 ftp_proxy=http://myproxy.mynet.net:80 导出 https_proxy=http://myproxy.mynet.net:80
不确定 openstack 安装程序如何准备代理设置