Glance setup.py connection failed
Hello, I am using devstack to install. I see the following error and finally (stack.sh) installation doesn't proceed.
" 2013-04-16 00:52:19 + cd /opt/stack/glance 2013-04-16 00:52:19 + python setup.py egg_info 2013-04-16 00:58:38 error: gnutls_handshake() failed: A TLS packet with unexpected length was received. while accessing https://github.com/openstack/glance.git/info/refs (https://github.com/openstack/glance.g...) "
I saw some similar problem and followed the below:
http://stackoverflow.com/questions/13524242/error-gnutls-handshake-failed-git-repository (http://stackoverflow.com/questions/13...)
Then, now i am getting:
/opt/stack/glance$ python setup.py egg_info
error: Unknown SSL protocol error in connection to github.com:80 while accessing https://github.com/openstack/glance.git/info/refs (https://github.com/openstack/glance.g...) fatal: HTTP request failed fatal: Invalid object name 'meta/openstack/release'. running egg_info writing requirements to glance.egg-info/requires.txt writing glance.egg-info/PKG-INFO ....
I didn't see similar failures when "setup.py" was run from other directories like /opt/stack/horizon, /opt/stack/keystone etc.
Please help.
Thanks, KP