<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">I’m assuming you’ve verified that your proxy server settings are correct. Try setting GIT_BASE to http<b><font color="#e32400">s</font></b>://<a href="http://github.com">github.com</a><div><br></div><div>You should be able to manually try the commands. For example, set your proxy env variables and then do:</div><div><br></div><div><span style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace, serif; line-height: 21px; background-color: rgb(255, 255, 255);">curl -o /home/shruti/devstack/files/get-pip.py <a href="https://bootstrap.pypa.io/get-pip.py">https://bootstrap.pypa.io/get-pip.py</a></span></div><div><br></div><div><font face="Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, serif"><span style="line-height: 21px;">For my setup (behind a proxy), I set both the upper and lower case proxy env variables:</span></font></div><div><font face="Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, serif"><span style="line-height: 21px;"><br></span></font></div><div><font face="Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, serif"><span style="line-height: 21px;"><div>export PROXY_HOST=<MY_PROXY_SERVER>:80</div><div>export http_proxy=<a href="http://$PROXY_HOST/">http://$PROXY_HOST/</a></div><div>export https_proxy=<a href="http://$PROXY_HOST/">http://$PROXY_HOST/</a></div><div>export ftp_proxy=<a href="http://$PROXY_HOST/">http://$PROXY_HOST/</a></div><div>export no_proxy="14.0.3.30,..."</div><div>export HTTP_PROXY=<a href="http://$PROXY_HOST/">http://$PROXY_HOST/</a></div><div>export HTTPS_PROXY=<a href="http://$PROXY_HOST/">http://$PROXY_HOST/</a></div><div>export FTP_PROXY=<a href="http://$PROXY_HOST/">http://$PROXY_HOST/</a></div><div><br></div><div>Maybe overkill..</div><div><br></div><div>Regards,</div><div><br></div></span></font></div><div><div><div apple-content-edited="true">
<div><div>PCM (Paul Michali)</div><div><br></div><div>MAIL …..…. <a href="mailto:pcm@cisco.com">pcm@cisco.com</a></div><div>IRC ……..… pcm_ (<a href="http://irc.freenode.com">irc.freenode.com</a>)</div><div>TW ………... @pmichali</div><div>GPG Key … 4525ECC253E31A83</div><div>Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83</div></div><div><br></div><br class="Apple-interchange-newline">
</div>
<br><div><div>On Oct 10, 2014, at 9:54 AM, Shruti Sharma <<a href="mailto:shrutisharma0810@gmail.com">shrutisharma0810@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><br><div class="gmail_quote"><br><div dir="ltr"><div><div><div><div><div><div>Hello All,<br><br></div>I am new to Openstack and trying to setup Devstack.<br></div>I am using ubuntu desktop 14.04 as os. I have cloned devstack sucessfully from github.But while installing I am facing error :<br><br></div>It gives http error 407 and finally gives unable to download get-pip.py failed.<br><br></div>which i found is error due to proxy authentication and all.<br></div>So I changed my local.config file to give proxy variables. I have already set my apt.conf and environment files. I am attaching my local.config for better understanding. Then i copied both local.config and local.sh from sample to devstack folder as well still no success.<br></div>I have made changes according to the link:<br><a href="http://www.rushiagr.com/blog/2014/08/05/devstack-behind-proxy/" target="_blank">http://www.rushiagr.com/blog/2014/08/05/devstack-behind-proxy/</a><br><br><div><div>Here is my terminal output when it fails:<br><a href="http://pastebin.com/hj7Bhmzk" target="_blank">http://pastebin.com/hj7Bhmzk</a><br><br></div><div>Suggestion Please!!!!!!!!<br></div><div><br></div><div><br clear="all"><div><div><div dir="ltr"><div><font><span style="font-family:georgia,serif"><span style="background-color:rgb(255,255,255)"><b>Shruti Sharma, Final Year, Computer Engineering<br></b></span></span></font></div><font><span style="font-family:georgia,serif"><span style="background-color:rgb(255,255,255)"><b>Malaviya National Institute of Technology</b><br></span></span></font></div></div>
</div></div></div></div>
</div><br></div>
<span><local.conf></span>_______________________________________________<br>OpenStack-dev mailing list<br><a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev<br></blockquote></div><br></div></div></body></html>