Set port to 80 in preparation for pyelasticsearch upgrade

pyelasticseach>=1.0 defaults the port to 9200 if not specified.
Fix it to port 80, so that when pyelasticsearch is upgraded, the
correct port (80) will still be used.

Change-Id: I50107e90449f8d78b70985e6f2b808a951310eb3
This commit is contained in:
Ramy Asselin 2015-10-21 14:19:25 -07:00
parent 1d93e6581d
commit 2dd94c3254
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class elastic_recheck::bot (
$recheck_ssh_public_key = undef,
$recheck_bot_passwd,
$recheck_bot_nick,
$elastic_search_url = 'http://logstash.openstack.org/elasticsearch',
$elastic_search_url = 'http://logstash.openstack.org:80/elasticsearch',
$subunit2sql_db_uri = 'mysql+pymysql://query:query@logstash.openstack.org/subunit2sql',
$daemon_args = undef,
) {