To use PolyGerrit, please enable JavaScript in your browser settings, and then refresh this page. Closes-Bug: 1291111 Closes-Bug: 1322200 Problem: ======= When devstack is installed behind a proxy with proxy variables http_proxy and https_proxy being exported and without exporting no_proxy, the installation will fail. The reason is that any REST request sent to Keystone will be redirected to the proxy server. Solution: ======== Fix involves appending no_proxy variable with localhost,HOST_IP, SERVICE_HOST if they are not included already and then exporting the variable. (126324) ยท Gerrit Code Review