From 9ae09740ca170431a682f44d8076ab37c7c32e9d Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Mon, 26 Nov 2012 18:24:42 -0800 Subject: [PATCH] change eth0 as public_interface It was previously using a host only interface which prevented provisioned VMs from being able to reach the outside world. --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index a3c267b..feac016 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -31,7 +31,7 @@ $quantum_user_password = 'quantum_user_password' $verbose = 'True' -$public_interface = 'eth1' +$public_interface = 'eth0' $private_interface = 'eth2' $rabbit_password = 'rabbit_password'