You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation says that I only need to set http_proxy or https_proxy if I'm using a proxy. However, I get the following traceback when trying to deploy:
File "/home/vagrant/PolicyStat/pstat/pstat_deploy/provisioners/pstat/littlechef_provisioner.py", line 34, in do_first_launch_config
lc.deploy_chef(ask="no", version=self.version, method=self.method)
File "/home/vagrant/env/lib/python2.6/site-packages/littlechef/runner.py", line 218, in deploy_chef
solo.configure()
File "/home/vagrant/env/lib/python2.6/site-packages/littlechef/solo.py", line 105, in configure
'https_proxy': env.https_proxy
File "/home/vagrant/env/lib/python2.6/site-packages/fabric/utils.py", line 193, in __getattr__
raise AttributeError(key)
AttributeError: https_proxy
This should be fixed with 1ef3df7 on my repo. I will request pull up
tomorrow but I'm afraid that with so many changes it might be difficult.
On Tue, Nov 18, 2014 at 8:49 PM, Kyle Gibson [email protected]
wrote:
The documentation says that I only need to set http_proxy or https_proxy
if I'm using a proxy. However, I get the following traceback when trying to
deploy:
File "/home/vagrant/PolicyStat/pstat/pstat_deploy/provisioners/pstat/littlechef_provisioner.py", line 34, in do_first_launch_config
lc.deploy_chef(ask="no", version=self.version, method=self.method)
File "/home/vagrant/env/lib/python2.6/site-packages/littlechef/runner.py", line 218, in deploy_chef
solo.configure()
File "/home/vagrant/env/lib/python2.6/site-packages/littlechef/solo.py", line 105, in configure
'https_proxy': env.https_proxy
File "/home/vagrant/env/lib/python2.6/site-packages/fabric/utils.py", line 193, in getattr
raise AttributeError(key)
AttributeError: https_proxy
The documentation says that I only need to set
http_proxy
orhttps_proxy
if I'm using a proxy. However, I get the following traceback when trying to deploy:https://github.com/tobami/littlechef/blob/master/littlechef/solo.py#L104
I was able to work around this issue by setting them both to blank.
The text was updated successfully, but these errors were encountered: