change
execfile("config.py", config)
to
exec(open("config.py").read(), config)
execfile("config.py", config)
to
exec(open("config.py").read(), config)
layercake-python.tar.bz2 no longer works. To work around the issue:fuxi/layercake-python.tar.bz2 and place it in the top-level directory that contains your Vagrantfile.deploy/cookbooks/mtsw2e/recipes/default.rb change the line"https://fuxi.googlecode.com/hg/layercake-python.tar.bz2", to: "/vagrant/layercake-python.tar.bz2"