Skip to content

Commit

Permalink
Cassandra listen port has changed due to switch to CQL in 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepinder Setia committed Jun 28, 2016
1 parent 07922d5 commit f577709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_contrail.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def fixup_config_files(self):

if 'config' in self._args.role:
openstack_ip = self._args.openstack_ip
cassandra_server_list = [(cassandra_server_ip, '9160') for cassandra_server_ip in self._args.cassandra_ip_list]
cassandra_server_list = [(cassandra_server_ip, '9042') for cassandra_server_ip in self._args.cassandra_ip_list]
template_vals = {'__contrail_ifmap_server_ip__': cfgm_ip,
'__contrail_ifmap_server_port__': '8444' if use_certs else '8443',
'__contrail_ifmap_username__': 'api-server',
Expand Down

0 comments on commit f577709

Please sign in to comment.