update ip address to use eth0

This commit updates the ip address from eth1 to
eth0.

This is done for testing in ec2 where there is no
defined eth1.
This commit is contained in:
Dan Bode
2012-03-12 21:15:33 -07:00
parent c416f20986
commit b05fe0bb0b

View File

@@ -28,7 +28,7 @@
$swift_shared_secret='changeme'
# assumes that the ip address where all of the storage nodes
# will communicate is on eth1
$swift_local_net_ip = $ipaddress_eth1
$swift_local_net_ip = $ipaddress_eth0
Exec { logoutput => true }