| commit | 7e867e51ac18aa66d3a48c8f1b2a7da5e91f0705 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Dec 20 22:13:45 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Dec 20 22:13:45 2017 -0500 |
| tree | eaa589d03cccfe15b89b7e3e3928c2605042068c | |
| parent | 0fd0e8e6228eebdd635208afb89fbe3f972b315d [diff] |
Added baas installation
diff --git a/library/cassandra_hosts.py b/library/cassandra_hosts.py index 379529b..cded12a 100644 --- a/library/cassandra_hosts.py +++ b/library/cassandra_hosts.py
@@ -7,7 +7,7 @@ GROUPS = 'groups' PUBLIC_ADDRESS = 'public_address' RACK = "rack" -LOCAL_ADDRESS = 'local_address' +LOCAL_ADDRESS = 'private_address' NOT_DEFINED = 'NOT DEFINED' LEAD_GROUP = 'lead_group'