I'm not sure of the exact reason why this is failing - it could be an issue with how pip deals with git connections when a proxy is specified.  It could also be a transient git network issue.  If the latter is the issue, you may try running stack.sh again.  <div>
<br></div><div>Regardless, openstack.compute is no longer a horizon dependency and should be removed from devstack.</div><div><br></div><div><a href="https://review.openstack.org/3279">https://review.openstack.org/3279</a></div>
<div><a href="https://bugs.launchpad.net/devstack/+bug/920142">https://bugs.launchpad.net/devstack/+bug/920142</a></div><div><br></div><div>Anthony</div><div><br><div class="gmail_quote">On Sun, Jan 22, 2012 at 8:17 AM, Sagar Nikam <span dir="ltr"><<a href="mailto:sagar.r.nikam@gmail.com">sagar.r.nikam@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<div><br></div><div>I am new to openstack and trying to install it using devstack.</div><div>On executing stack.sh, I am getting the following error</div>
<div><br></div><div><div>++ cat /home/sagar/devstack/files/pips/horizon /home/sagar/devstack/files/pips/keystone /home/sagar/devstack/files/pips/tempest</div>

<div>+ pip_install django-nose-selenium pycrypto==2.3 -e git+<a href="https://github.com/jacobian/openstack.compute.git#egg=openstack" target="_blank">https://github.com/jacobian/openstack.compute.git#egg=openstack</a> PassLib pika</div>


<div>+ [[ False = \T\r\u\e ]]</div><div>+ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY=<a href="http://myproxy.com:8080/" target="_blank">http://myproxy.com:8080/</a> HTTPS_PROXY=<a href="https://myproxy.com:8080/" target="_blank">https://myproxy.com:8080/</a> pip install --use-mirrors django-nose-selenium pycrypto==2.3 -e git+<a href="https://github.com/jacobian/openstack.compute.git#egg=openstack" target="_blank">https://github.com/jacobian/openstack.compute.git#egg=openstack</a> PassLib pika</div>


<div>fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree.</div><div>Use '--' to separate paths from revisions</div><div>Downloading/unpacking django-nose-selenium</div>


<div>  Running setup.py egg_info for package django-nose-selenium</div><div>    </div><div>Requirement already satisfied (use --upgrade to upgrade): pycrypto==2.3 in /usr/lib/python2.7/dist-packages</div><div>Downloading/unpacking PassLib</div>


<div>  Running setup.py egg_info for package PassLib</div><div>    </div><div>    no previously-included directories found matching 'docs/_build'</div><div>    no previously-included directories found matching '*.komodoproject'</div>


<div>Downloading/unpacking pika</div><div>  Running setup.py egg_info for package pika</div><div>    </div><div>Obtaining openstack from git+<a href="https://github.com/jacobian/openstack.compute.git#egg=openstack" target="_blank">https://github.com/jacobian/openstack.compute.git#egg=openstack</a></div>


<div>  Updating ./src/openstack clone</div><div>  Could not find a tag or branch 'origin/master', assuming commit.</div><div>  Complete output from command /usr/bin/git reset --hard -q origin/master:</div><div>  </div>


<div>----------------------------------------</div><div>Command /usr/bin/git reset --hard -q origin/master failed with error code 128</div><div>Storing complete log in /home/sagar/.pip/pip.log</div><div>++ failed</div><div>


++ local r=1</div><div>++ set +o xtrace</div></div><div><br></div><div>Attached is the log file. I am running this on a VM within my office network.</div><div>I have set the proxies and then executing stack.sh</div><div>

http_proxy=<a href="http://myproxy.com:8080/" target="_blank">http://myproxy.com:8080/</a> https_proxy=<a href="http://myproxy.com:8080/" target="_blank">http://myproxy.com:8080/</a> ./stack.sh</div>
<div><br></div><div>Am I missing something ?</div><div><br></div><div>Regards,</div><div>Sagar</div>
<br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div>