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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user