Fix inconsistency in readme

This commit is contained in:
Billy Olsen 2016-01-05 21:51:32 -07:00
parent c4c6d0f01d
commit 4c42819152
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ the code a bit cleaner. The example above can thusly be written as:
@when('ha.connected')
def cluster_connected(hacluster):
resources = CRM()
resources.add(VirtualIP('192.168.100.1'))
resources.add(VirtualIP('10.0.3.100'))
hacluster.bind_on(iface='eth0', mcastport=4430)
hacluster.manage_resources(resources)