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