[openstack-dev] Unable to install devstack

2014-10-10 Thread Shruti Sharma
Hello All,

I am new to Openstack and trying to setup Devstack.
I am using ubuntu desktop 14.04 as os. I have cloned devstack sucessfully
from github.But while installing I am facing error :

It gives http error 407 and finally gives unable to download get-pip.py
failed.

which i found is error due to proxy authentication and all.
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.
I have made changes according to the link:
http://www.rushiagr.com/blog/2014/08/05/devstack-behind-proxy/

Here is my terminal output when it fails:
http://pastebin.com/hj7Bhmzk

Suggestion Please



*Shruti Sharma, Final Year, Computer Engineering*
*Malaviya National Institute of Technology*
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Unable to install devstack

2014-10-10 Thread Paul Michali (pcm)
I’m assuming you’ve verified that your proxy server settings are correct. Try 
setting GIT_BASE to https://github.com

You should be able to manually try the commands. For example, set your proxy 
env variables and then do:

curl -o /home/shruti/devstack/files/get-pip.py 
https://bootstrap.pypa.io/get-pip.py

For my setup (behind a proxy), I set both the upper and lower case proxy env 
variables:

export PROXY_HOST=MY_PROXY_SERVER:80
export http_proxy=http://$PROXY_HOST/
export https_proxy=http://$PROXY_HOST/
export ftp_proxy=http://$PROXY_HOST/
export no_proxy=14.0.3.30,...
export HTTP_PROXY=http://$PROXY_HOST/
export HTTPS_PROXY=http://$PROXY_HOST/
export FTP_PROXY=http://$PROXY_HOST/

Maybe overkill..

Regards,

PCM (Paul Michali)

MAIL …..…. p...@cisco.com
IRC ……..… pcm_ (irc.freenode.com)
TW ………... @pmichali
GPG Key … 4525ECC253E31A83
Fingerprint .. 307A 96BB 1A4C D2C7 931D 8D2D 4525 ECC2 53E3 1A83



On Oct 10, 2014, at 9:54 AM, Shruti Sharma shrutisharma0...@gmail.com wrote:

 
 
 Hello All,
 
 I am new to Openstack and trying to setup Devstack.
 I am using ubuntu desktop 14.04 as os. I have cloned devstack sucessfully 
 from github.But while installing I am facing error :
 
 It gives http error 407 and finally gives unable to download get-pip.py 
 failed.
 
 which i found is error due to proxy authentication and all.
 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.
 I have made changes according to the link:
 http://www.rushiagr.com/blog/2014/08/05/devstack-behind-proxy/
 
 Here is my terminal output when it fails:
 http://pastebin.com/hj7Bhmzk
 
 Suggestion Please
 
 
 Shruti Sharma, Final Year, Computer Engineering
 Malaviya National Institute of Technology
 
 local.conf___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev