Cli Access Cli Proxy Access
export http_proxy=http://proxy-server.samplecorp.com:3128/
export https_proxy=http://proxy-server.samplecorp.com:3128/export http_proxy=http://<username>:<password>@<server-ip>:<port>/glance_endpoint_id=$(openstack endpoint list -f value | awk '/glance / { print $1 }')
glanceIP=$(openstack endpoint show "$glance_endpoint_id" -c publicurl -f value | sed 's|http://||')
export no_proxy=localhost,127.0.0.1,$glanceIPsource <path to saved openstack rc file>Last updated
Was this helpful?
