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>