Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

5.5. 示例 4:通过 HTTP 代理注册

以下示例参数为您的所需注册方法设置 HTTP 代理设置:

parameter_defaults:
  ...
  rhel_reg_http_proxy_host: "proxy.example.com"
  rhel_reg_http_proxy_port: "8080"
  rhel_reg_http_proxy_username: "proxyuser"
  rhel_reg_http_proxy_password: "p@55w0rd!"
  ...