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.
This commit is contained in:
Dan Bode
2012-11-26 18:24:42 -08:00
parent 38600f8670
commit 9ae09740ca

View File

@@ -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'