Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Cassandra list should be only IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Iglesias committed Dec 19, 2014
1 parent 98583a1 commit 80d8240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
default['midokura']['misc-repo-url']= 'http://repo.midonet.org/misc/RHEL/6/misc/'
default['midokura']['midonet-api-url'] = 'http://127.0.0.1:8080/midonet-api'
default['midokura']['gpgcheck'] = false
default['midokura']['cassandras'] = ['127.0.0.1:9160']
default['midokura']['cassandras'] = ['127.0.0.1']
default['midokura']['zookeepers'] = ['127.0.0.1:2181']
#default['midokura']['midolman-host-mapping'] = {'default-centos-65.vagrantup.com' => '127.0.0.1'}
#default['midokura']['midolman-host-mapping'] = {'machine1.qa1.eucalyptus-systems.com' => '1.2.3.4',
Expand Down

0 comments on commit 80d8240

Please sign in to comment.